Uses of Interface
software.amazon.awssdk.core.interceptor.Context.AfterTransmission
-
Packages that use Context.AfterTransmission Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.AfterTransmission in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.AfterTransmission 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.AfterTransmission Modifier and Type Method Description default voidExecutionInterceptor. afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes)Read the HTTP response as it was returned by the HTTP client, before it is modified by other interceptors.voidExecutionInterceptorChain. afterTransmission(Context.AfterTransmission context, ExecutionAttributes executionAttributes)
-