Package | Description |
---|---|
com.amazonaws.http | |
com.amazonaws.services.s3.internal |
Modifier and Type | Method and Description |
---|---|
AmazonWebServiceResponse<T> |
StaxResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<T> |
JsonResponseHandler.handle(HttpResponse response) |
Modifier and Type | Method and Description |
---|---|
<T> Response<T> |
AmazonHttpClient.execute(Request<?> request,
HttpResponseHandler<AmazonWebServiceResponse<T>> responseHandler,
HttpResponseHandler<AmazonServiceException> errorResponseHandler,
ExecutionContext executionContext)
Executes the request and returns the result.
|
Modifier and Type | Method and Description |
---|---|
AmazonWebServiceResponse<T> |
S3XmlResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<String> |
S3StringResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<S3Object> |
S3ObjectResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<ObjectMetadata> |
S3MetadataResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<T> |
ResponseHeaderHandlerChain.handle(HttpResponse response) |
protected AmazonWebServiceResponse<T> |
AbstractS3ResponseHandler.parseResponseMetadata(HttpResponse response)
Parses the S3 response metadata (ex: AWS request ID) from the specified
response, and returns a AmazonWebServiceResponse
|
Copyright © 2016. All rights reserved.