Interface Context.ModifyHttpResponse
- All Superinterfaces:
 Context.AfterMarshalling,Context.AfterTransmission,Context.BeforeExecution,Context.BeforeMarshalling,Context.BeforeTransmission,Context.ModifyHttpRequest,Context.ModifyRequest
- All Known Subinterfaces:
 Context.AfterExecution,Context.AfterUnmarshalling,Context.BeforeUnmarshalling,Context.ModifyResponse
- All Known Implementing Classes:
 InterceptorContext
- Enclosing class:
 Context
The state of the execution when the 
ExecutionInterceptor.modifyHttpResponse(software.amazon.awssdk.core.interceptor.Context.ModifyHttpResponse, software.amazon.awssdk.core.interceptor.ExecutionAttributes) method is invoked.- 
Method Summary
Methods inherited from interface software.amazon.awssdk.core.interceptor.Context.AfterMarshalling
asyncRequestBody, httpRequest, requestBodyMethods inherited from interface software.amazon.awssdk.core.interceptor.Context.AfterTransmission
httpResponse, responseBody, responsePublisherMethods inherited from interface software.amazon.awssdk.core.interceptor.Context.BeforeExecution
request