Package | Description |
---|---|
com.amazonaws.services.s3.internal |
Modifier and Type | Class and Description |
---|---|
class |
InitiateMultipartUploadHeaderHandler |
class |
ListPartsHeaderHandler |
class |
ObjectExpirationHeaderHandler<T extends ObjectExpirationResult>
Header handler to pull the EXPIRATION header out of the response.
|
class |
ObjectRestoreHeaderHandler<T extends ObjectRestoreResult>
Header handler to pull the RESTORE header out of the response.
|
class |
S3RequesterChargedHeaderHandler<T extends S3RequesterChargedResult>
Header handler to pull the
Headers.REQUESTER_CHARGED_HEADER header out of the response. |
class |
S3VersionHeaderHandler<T extends S3VersionResult>
Header handler to pull the S3_VERSION_ID header out of the response.
|
class |
ServerSideEncryptionHeaderHandler<T extends ServerSideEncryptionResult>
Base request handler for responses that include a server-side encryption
header
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<HeaderHandler<T>> |
ResponseHeaderHandlerChain.headerHandlers |
Constructor and Description |
---|
ResponseHeaderHandlerChain(Unmarshaller<T,java.io.InputStream> responseUnmarshaller,
HeaderHandler<T>... headerHandlers) |