Package | Description |
---|---|
com.amazonaws.services.s3.internal |
Modifier and Type | Class and Description |
---|---|
class |
ResponseHeaderHandlerChain<T>
An XML response handler that can also process an arbitrary number of headers
in the response.
|
class |
S3MetadataResponseHandler
S3 response handler that knows how to pull S3 object metadata out of a
response and unmarshall it into an S3ObjectMetadata object.
|
class |
S3ObjectResponseHandler
S3 HTTP response handler that knows how to pull S3 object content and
metadata out of an HTTP response and unmarshall it into an S3Object object.
|
class |
S3StringResponseHandler
Custom S3 response handler for responses that simply contain text data that
doesn't need to be parsed as XML.
|
class |
S3XmlResponseHandler<T>
S3 Implementation of HttpResponseHandler.
|
Copyright © 2023. All rights reserved.