Interface Context.BeforeExecution
- All Known Subinterfaces:
- Context.AfterExecution,- Context.AfterMarshalling,- Context.AfterTransmission,- Context.AfterUnmarshalling,- Context.BeforeMarshalling,- Context.BeforeTransmission,- Context.BeforeUnmarshalling,- Context.ModifyHttpRequest,- Context.ModifyHttpResponse,- Context.ModifyRequest,- Context.ModifyResponse
- All Known Implementing Classes:
- InterceptorContext
- Enclosing class:
- Context
The state of the execution when the 
ExecutionInterceptor.beforeExecution(software.amazon.awssdk.core.interceptor.Context.BeforeExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes) method is invoked.- 
Method Summary
- 
Method Details- 
requestSdkRequest request()TheSdkRequestto be executed.
 
-