public final class Route53IdInterceptor extends Object implements ExecutionInterceptor
Constructor and Description |
---|
Route53IdInterceptor() |
Modifier and Type | Method and Description |
---|---|
SdkResponse |
modifyResponse(Context.ModifyResponse context,
ExecutionAttributes executionAttributes)
Modify the
SdkResponse before it is returned by the client. |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterExecution, afterMarshalling, afterTransmission, afterUnmarshalling, beforeExecution, beforeMarshalling, beforeTransmission, beforeUnmarshalling, modifyAsyncHttpContent, modifyAsyncHttpResponseContent, modifyHttpContent, modifyHttpRequest, modifyHttpResponse, modifyHttpResponseContent, modifyRequest, onExecutionFailure
public SdkResponse modifyResponse(Context.ModifyResponse context, ExecutionAttributes executionAttributes)
ExecutionInterceptor
SdkResponse
before it is returned by the client.modifyResponse
in interface ExecutionInterceptor
context
- The current state of the execution, including the SDK and HTTP requests as well as the SDK and HTTP
response.executionAttributes
- A mutable set of attributes scoped to one specific request/response cycle that can be used to
give data to future lifecycle methods.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.