Package | Description |
---|---|
com.amazonaws | |
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 |
---|---|
AmazonServiceException |
DefaultErrorResponseHandler.handle(HttpResponse errorResponse) |
AmazonWebServiceResponse<T> |
JsonResponseHandler.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.
|
AmazonWebServiceResponse<T> |
StaxResponseHandler.handle(HttpResponse response) |
Copyright © 2015. All rights reserved.