Uses of Interface
software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
-
Packages that use Context.AfterMarshalling Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.AfterMarshalling in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.AfterMarshalling Modifier and Type Class Description classInterceptorContextAn SDK-internal implementation ofContext.AfterExecutionand its parent interfaces.Methods in software.amazon.awssdk.core.interceptor with parameters of type Context.AfterMarshalling Modifier and Type Method Description default voidExecutionInterceptor. afterMarshalling(Context.AfterMarshalling context, ExecutionAttributes executionAttributes)Read the marshalled HTTP request, before it is modified by other interceptors.voidExecutionInterceptorChain. afterMarshalling(Context.AfterMarshalling context, ExecutionAttributes executionAttributes)
-