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
@ThreadSafe public static interface Context.AfterUnmarshalling extends Context.BeforeUnmarshalling
The state of the execution when theExecutionInterceptor.afterUnmarshalling(software.amazon.awssdk.core.interceptor.Context.AfterUnmarshalling, software.amazon.awssdk.core.interceptor.ExecutionAttributes)method is invoked.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SdkResponseresponse()TheSdkResponsethat was generated by unmarshalling theContext.AfterTransmission.httpResponse().-
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.BeforeExecution
request
-
-
-
-
Method Detail
-
response
SdkResponse response()
TheSdkResponsethat was generated by unmarshalling theContext.AfterTransmission.httpResponse().
-
-