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 |
S3RequesterChargedHeaderHandler<T extends S3RequesterChargedResult>
Header handler to pull the
Headers.REQUESTER_CHARGED_HEADER header out of the response. |
Modifier and Type | Class and Description |
---|---|
class |
DeleteObjectsResponse
Service response for deleteObjects API call.
|
Modifier and Type | Class and Description |
---|---|
class |
AccessControlList
Represents an Amazon S3 Access Control List (ACL), including the ACL's set of
grantees and the permissions assigned to each grantee.
|
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 |
DeleteObjectsResult
Successful response to
AmazonS3.deleteObjects(DeleteObjectsRequest) . |
class |
FASPConnectionInfo
Represents an Aspera FASP Connection Information.
|
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 |
PartListing
The ListPartsResponse contains all the information about the ListParts
method.
|
class |
PutObjectResult
Contains the data returned by Amazon S3 from the
putObject
operation. |
class |
S3Object
Represents an object stored in Amazon S3.
|
class |
SetObjectLegalHoldResult
Result object to contain the response returned from
AmazonS3.setObjectLegalHold(SetObjectLegalHoldRequest) . |
class |
SetObjectLockConfigurationResult
Result object to contain the response returned from
AmazonS3.setObjectLockConfiguration(SetObjectLockConfigurationRequest) . |
class |
SetObjectRetentionResult
Result object to contain the response returned from
AmazonS3.setObjectRetention(SetObjectRetentionRequest) . |
class |
UploadPartResult
Contains the details returned from Amazon S3 after calling the UploadPart
operation.
|
Copyright © 2024. All rights reserved.