Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyRequest
-
Packages that use Context.ModifyRequest Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.ModifyRequest in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.ModifyRequest 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.ModifyRequest Modifier and Type Method Description default SdkRequestExecutionInterceptor. modifyRequest(Context.ModifyRequest context, ExecutionAttributes executionAttributes)Modify anSdkRequestgiven to a service client before it is marshalled into anSdkHttpFullRequest.
-