Package | Description |
---|---|
com.amazonaws | |
com.amazonaws.handlers | |
com.amazonaws.http | |
com.amazonaws.http.response | |
com.amazonaws.protocol.json |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
Response.getHttpResponse() |
Constructor and Description |
---|
Response(T response,
HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
IRequestHandler2.beforeUnmarshalling(Request<?> request,
HttpResponse httpResponse)
Runs any additional processing logic on the specified response before it's unmarshalled.
|
HttpResponse |
StackedRequestHandler.beforeUnmarshalling(Request<?> request,
HttpResponse origHttpResponse) |
HttpResponse |
RequestHandler2.beforeUnmarshalling(Request<?> request,
HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
HttpResponse |
IRequestHandler2.beforeUnmarshalling(Request<?> request,
HttpResponse httpResponse)
Runs any additional processing logic on the specified response before it's unmarshalled.
|
HttpResponse |
StackedRequestHandler.beforeUnmarshalling(Request<?> request,
HttpResponse origHttpResponse) |
HttpResponse |
RequestHandler2.beforeUnmarshalling(Request<?> request,
HttpResponse httpResponse) |
Modifier and Type | Method and Description |
---|---|
static SdkHttpMetadata |
SdkHttpMetadata.from(HttpResponse httpResponse)
Static factory to create an
SdkHttpMetadata from the details in a HttpResponse . |
T |
HttpResponseHandler.handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
AmazonServiceException |
DefaultErrorResponseHandler.handle(HttpResponse errorResponse) |
AmazonWebServiceResponse<T> |
JsonResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<T> |
StaxResponseHandler.handle(HttpResponse response) |
AmazonServiceException |
JsonErrorResponseHandler.handle(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
T |
AwsResponseHandlerAdapter.handle(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
static JsonContent |
JsonContent.createJsonContent(HttpResponse httpResponse,
com.fasterxml.jackson.core.JsonFactory jsonFactory)
Static factory method to create a JsonContent object from the contents of the HttpResponse
provided
|
Copyright © 2016. All rights reserved.