public class S3MetadataResponseHandler extends AbstractS3ResponseHandler<ObjectMetadata>
| コンストラクタと説明 |
|---|
S3MetadataResponseHandler() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
AmazonWebServiceResponse<ObjectMetadata> |
handle(HttpResponse response)
HTTP レスポンスオブジェクトを受け入れ、 T 型のオブジェクトを返します。
|
needsConnectionLeftOpen, parseResponseMetadata, populateObjectMetadatapublic AmazonWebServiceResponse<ObjectMetadata> handle(HttpResponse response) throws java.lang.Exception
HttpResponseHandlerresponse - The HTTP response to handle, as received from an AWS service.java.lang.Exception - If any problems are encountered handling the response.HttpResponseHandler.handle(com.amazonaws.http.HttpResponse)