IRequestHandler
public class Route53IdRequestHandler extends RequestHandler
Constructor | Description |
---|---|
Route53IdRequestHandler() |
Modifier and Type | Method | Description |
---|---|---|
void |
afterResponse(SdkHttpFullRequest request,
Response<?> response) |
Runs any additional processing logic on the specified request (after is has been executed by
the client runtime).
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
afterError, beforeMarshalling, beforeRequest, beforeUnmarshalling
public void afterResponse(SdkHttpFullRequest request, Response<?> response)
IRequestHandler
afterResponse
in interface IRequestHandler
afterResponse
in class RequestHandler
request
- The low level request being processed.response
- The response generated from the specified request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.