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