Interface Context.ModifyRequest
-
- All Superinterfaces:
Context.BeforeExecution
- All Known Subinterfaces:
Context.AfterExecution,Context.AfterMarshalling,Context.AfterTransmission,Context.AfterUnmarshalling,Context.BeforeMarshalling,Context.BeforeTransmission,Context.BeforeUnmarshalling,Context.ModifyHttpRequest,Context.ModifyHttpResponse,Context.ModifyResponse
- All Known Implementing Classes:
InterceptorContext
- Enclosing class:
- Context
@ThreadSafe public static interface Context.ModifyRequest extends Context.BeforeExecution
The state of the execution when theExecutionInterceptor.modifyRequest(software.amazon.awssdk.core.interceptor.Context.ModifyRequest, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.BeforeExecution
request
-
-