Interface Context.AfterExecution
-
- All Superinterfaces:
Context.AfterMarshalling,Context.AfterTransmission,Context.AfterUnmarshalling,Context.BeforeExecution,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.AfterExecution extends Context.ModifyResponse
The state of the execution when theExecutionInterceptor.afterExecution(software.amazon.awssdk.core.interceptor.Context.AfterExecution, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
asyncRequestBody, httpRequest, requestBody
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.AfterTransmission
httpResponse, responseBody, responsePublisher
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling
response
-
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.BeforeExecution
request
-
-