public class HeadBucketResultHandler extends AbstractS3ResponseHandler<HeadBucketResult>
X_AMZN_REQUEST_ID_HEADER
Constructor and Description |
---|
HeadBucketResultHandler() |
Modifier and Type | Method and Description |
---|---|
AmazonWebServiceResponse<HeadBucketResult> |
handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T.
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadata
public AmazonWebServiceResponse<HeadBucketResult> handle(HttpResponse response) throws java.lang.Exception
HttpResponseHandler
response
- The HTTP response to handle, as received from an AWS service.java.lang.Exception
- If any problems are encountered handling the response.