public class S3StringResponseHandler extends AbstractS3ResponseHandler<String>
X_AMZN_REQUEST_ID_HEADER| Constructor and Description | 
|---|
S3StringResponseHandler()  | 
| Modifier and Type | Method and Description | 
|---|---|
AmazonWebServiceResponse<String> | 
handle(HttpResponse response)
Accepts an HTTP response object, and returns an object of type T. 
 | 
needsConnectionLeftOpenpublic AmazonWebServiceResponse<String> handle(HttpResponse response) throws Exception
HttpResponseHandlerresponse - The HTTP response to handle, as received from an AWS service.Exception - If any problems are encountered handling the response.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.