Uses of Interface
software.amazon.awssdk.core.interceptor.Context.ModifyHttpRequest
-
Packages that use Context.ModifyHttpRequest Package Description software.amazon.awssdk.core.interceptor -
-
Uses of Context.ModifyHttpRequest in software.amazon.awssdk.core.interceptor
Classes in software.amazon.awssdk.core.interceptor that implement Context.ModifyHttpRequest 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.ModifyHttpRequest Modifier and Type Method Description default Optional<AsyncRequestBody>ExecutionInterceptor. modifyAsyncHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)default Optional<RequestBody>ExecutionInterceptor. modifyHttpContent(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)default SdkHttpRequestExecutionInterceptor. modifyHttpRequest(Context.ModifyHttpRequest context, ExecutionAttributes executionAttributes)Modify theSdkHttpFullRequestbefore it is sent to the service.
-