Interface Context.AfterUnmarshalling
- All Superinterfaces:
 Context.AfterMarshalling,Context.AfterTransmission,Context.BeforeExecution,Context.BeforeMarshalling,Context.BeforeTransmission,Context.BeforeUnmarshalling,Context.ModifyHttpRequest,Context.ModifyHttpResponse,Context.ModifyRequest
- All Known Subinterfaces:
 Context.AfterExecution,Context.ModifyResponse
- All Known Implementing Classes:
 InterceptorContext
- Enclosing class:
 Context
The state of the execution when the 
ExecutionInterceptor.afterUnmarshalling(software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes) method is invoked.- 
Method Summary
Modifier and TypeMethodDescriptionresponse()TheSdkResponsethat was generated by unmarshalling theContext.AfterTransmission.httpResponse().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 
- 
Method Details
- 
response
SdkResponse response()TheSdkResponsethat was generated by unmarshalling theContext.AfterTransmission.httpResponse(). 
 -