AmazonWebServiceResponse<T> |
S3XmlResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<String> |
S3StringResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<S3Object> |
S3ObjectResponseHandler.handle(HttpResponse response) |
AmazonWebServiceResponse<ObjectMetadata> |
S3MetadataResponseHandler.handle(HttpResponse response) |
AmazonServiceException |
S3ErrorResponseHandler.handle(HttpResponse errorResponse) |
AmazonWebServiceResponse<T> |
ResponseHeaderHandlerChain.handle(HttpResponse response) |
void |
ServerSideEncryptionHeaderHandler.handle(T result,
HttpResponse response) |
void |
ObjectRestoreHeaderHandler.handle(T result,
HttpResponse response) |
void |
ObjectExpirationHeaderHandler.handle(T result,
HttpResponse response) |
void |
HeaderHandler.handle(T result,
HttpResponse response)
Applies one or more headers to the response object given.
|
void |
S3VersionHeaderHandler.handle(XmlResponsesSaxParser.CopyObjectResultHandler result,
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 object ready for the
result to be plugged in.
|
protected void |
AbstractS3ResponseHandler.populateObjectMetadata(HttpResponse response,
ObjectMetadata metadata)
Populates the specified S3ObjectMetadata object with all object metadata
pulled from the headers in the specified response.
|