Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3.internal | |
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
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.
|
Copyright © 2024. All rights reserved.