Uses of Interface
software.amazon.awssdk.core.interceptor.Context.BeforeMarshalling
-
Packages that use Context.BeforeMarshalling Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.BeforeMarshalling in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.BeforeMarshalling 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.BeforeMarshalling Modifier and Type Method Description default voidExecutionInterceptor. beforeMarshalling(Context.BeforeMarshalling context, ExecutionAttributes executionAttributes)Read the finalized request as it will be given to the marshaller to be converted into anSdkHttpFullRequest.voidExecutionInterceptorChain. beforeMarshalling(Context.BeforeMarshalling context, ExecutionAttributes executionAttributes)
-