| Package | Description | 
|---|---|
| com.amazonaws | |
| com.amazonaws.handlers | |
| com.amazonaws.http | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
Response.getHttpResponse()  | 
| Constructor and Description | 
|---|
Response(T response,
        HttpResponse httpResponse)  | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
StackedRequestHandler.beforeUnmarshalling(Request<?> request,
                   HttpResponse origHttpResponse)  | 
HttpResponse | 
RequestHandler2.beforeUnmarshalling(Request<?> request,
                   HttpResponse httpResponse)  | 
HttpResponse | 
IRequestHandler2.beforeUnmarshalling(Request<?> request,
                   HttpResponse httpResponse)
Runs any additional processing logic on the specified response before it's unmarshalled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
HttpResponse | 
StackedRequestHandler.beforeUnmarshalling(Request<?> request,
                   HttpResponse origHttpResponse)  | 
HttpResponse | 
RequestHandler2.beforeUnmarshalling(Request<?> request,
                   HttpResponse httpResponse)  | 
HttpResponse | 
IRequestHandler2.beforeUnmarshalling(Request<?> request,
                   HttpResponse httpResponse)
Runs any additional processing logic on the specified response before it's unmarshalled. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonWebServiceResponse<T> | 
StaxResponseHandler.handle(HttpResponse response)  | 
AmazonWebServiceResponse<T> | 
JsonResponseHandler.handle(HttpResponse response)  | 
AmazonServiceException | 
JsonErrorResponseHandlerV2.handle(HttpResponse response)  | 
AmazonServiceException | 
JsonErrorResponseHandler.handle(HttpResponse response)  | 
T | 
HttpResponseHandler.handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T. 
 | 
AmazonServiceException | 
DefaultErrorResponseHandler.handle(HttpResponse errorResponse)  | 
Copyright © 2015. All rights reserved.