Package | Description |
---|---|
com.amazonaws.services.s3.internal | |
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Class and Description |
---|---|
class |
ServerSideEncryptionHeaderHandler<T extends ServerSideEncryptionResult>
Base request handler for responses that include a server-side encryption
header
|
Modifier and Type | Class and Description |
---|---|
class |
SSEResultBase
Common abstract base class for result that contains server side encryption
(SSE) information.
|
Modifier and Type | Class and Description |
---|---|
class |
CompleteMultipartUploadResult
The CompleteMultipartUploadResult contains all the information about the
CompleteMultipartUpload method.
|
class |
CopyObjectResult
Contains the data returned by Amazon S3 from the
AmazonS3.copyObject(CopyObjectRequest copyObjectRequest) call. |
class |
CopyPartResult
Result of the copy part operation.
|
class |
InitiateMultipartUploadResult
Contains the results of initiating a multipart upload, particularly the
unique ID of the new multipart upload.
|
class |
ObjectMetadata
Represents the object metadata that is stored with Amazon S3.
|
class |
PutObjectResult
Contains the data returned by Amazon S3 from the
putObject
operation. |
class |
UploadPartResult
Contains the details returned from Amazon S3 after calling the UploadPart
operation.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
AbstractSSEHandler
Package private abstract base for all abstract handler that has server side
encryption (SSE) information.
|
static class |
XmlResponsesSaxParser.CompleteMultipartUploadHandler |
static class |
XmlResponsesSaxParser.CopyObjectResultHandler |
Modifier and Type | Method and Description |
---|---|
protected ServerSideEncryptionResult |
XmlResponsesSaxParser.CopyObjectResultHandler.sseResult() |
protected ServerSideEncryptionResult |
XmlResponsesSaxParser.CompleteMultipartUploadHandler.sseResult() |
protected abstract ServerSideEncryptionResult |
AbstractSSEHandler.sseResult()
Used to get access to the specific server side encryption (SSE) result
from the subclass.
|