public class Route53IdRequestHandler extends AbstractRequestHandler
| Constructor and Description |
|---|
Route53IdRequestHandler () |
| Modifier and Type | Method and Description |
|---|---|
void |
afterResponse (Request<?> request,
Object obj,
TimingInfo timingInfo)
Runs any additional processing logic on the specified request (after is
has been executed by the client runtime).
|
afterError, beforeRequest public Route53IdRequestHandler()
public void afterResponse(Request<?> request, Object obj, TimingInfo timingInfo)
RequestHandler afterResponse in interface RequestHandler afterResponse in class AbstractRequestHandler request - The low level request being processed.obj - The response generated from the specified request.timingInfo - Timing information on the request's processing.