Interface Context.ModifyResponse
- 
- All Superinterfaces:
 Context.AfterMarshalling,Context.AfterTransmission,Context.AfterUnmarshalling,Context.BeforeExecution,Context.BeforeMarshalling,Context.BeforeTransmission,Context.BeforeUnmarshalling,Context.ModifyHttpRequest,Context.ModifyHttpResponse,Context.ModifyRequest
- All Known Subinterfaces:
 Context.AfterExecution
- All Known Implementing Classes:
 InterceptorContext
- Enclosing class:
 - Context
 
@ThreadSafe public static interface Context.ModifyResponse extends Context.AfterUnmarshalling
The state of the execution when theExecutionInterceptor.modifyResponse(software.amazon.awssdk.core.interceptor.Context.ModifyResponse, 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 
 - 
 
 -