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
@ThreadSafe public static interface Context.BeforeExecution
The state of the execution when theExecutionInterceptor.beforeExecution(software.amazon.awssdk.core.interceptor.Context.BeforeExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SdkRequestrequest()TheSdkRequestto be executed.
-
-
-
Method Detail
-
request
SdkRequest request()
TheSdkRequestto be executed.
-
-