Package | Description |
---|---|
com.ibm.cloud.objectstorage.services.s3 |
Synchronous client for accessing Amazon S3.
|
com.ibm.cloud.objectstorage.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractAmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
void |
AmazonS3Client.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass) |
void |
AmazonS3.changeObjectStorageClass(String bucketName,
String key,
StorageClass newStorageClass)
Deprecated.
this operation will not retain the ACL's or SSE parameters
associated with the given Amazon S3 object. Use
AmazonS3.copyObject(CopyObjectRequest)
instead. |
Modifier and Type | Method and Description |
---|---|
static StorageClass |
StorageClass.fromValue(String s3StorageClassString)
Returns the Amazon S3
StorageClass enumeration value representing the
specified Amazon S3 StorageClass ID string. |
StorageClass |
BucketLifecycleConfiguration.Transition.getStorageClass()
Deprecated.
This method should not be used. Use
BucketLifecycleConfiguration.Transition.getStorageClassAsString()
instead. |
StorageClass |
BucketLifecycleConfiguration.NoncurrentVersionTransition.getStorageClass()
Deprecated.
This method should not be used. Use
BucketLifecycleConfiguration.NoncurrentVersionTransition.getStorageClassAsString()
instead. |
StorageClass |
InitiateMultipartUploadRequest.getStorageClass()
Returns the optional storage class to use when storing this upload's data
in S3.
|
static StorageClass |
StorageClass.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
StorageClass.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ReplicationDestinationConfig.setStorageClass(StorageClass storageClass)
Sets the storage class for the replication destination.
|
void |
AbstractPutObjectRequest.setStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
void |
BucketLifecycleConfiguration.Transition.setStorageClass(StorageClass storageClass)
Sets the storage class of this object.
|
void |
BucketLifecycleConfiguration.NoncurrentVersionTransition.setStorageClass(StorageClass storageClass)
Sets the storage class of this object.
|
void |
InitiateMultipartUploadRequest.setStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
S3.
|
void |
CopyObjectRequest.setStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the newly
copied object.
|
void |
WriteGetObjectResponseRequest.setStorageClass(StorageClass storageClass)
Set the class of storage used to store object in Amazon S3.
|
void |
PutInstructionFileRequest.setStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(StorageClass storageClass)
Sets the storage class for the replication destination.
|
BucketLifecycleConfiguration.Transition |
BucketLifecycleConfiguration.Transition.withStorageClass(StorageClass storageClass)
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(StorageClass storageClass)
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
PutObjectRequest |
PutObjectRequest.withStorageClass(StorageClass storageClass) |
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(StorageClass storageClass)
Sets the optional storage class to use when storing this upload's data in
S3.
|
CopyObjectRequest |
CopyObjectRequest.withStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the newly
copied object and returns this CopyObjectRequest, enabling additional
method calls to be chained together.
|
WriteGetObjectResponseRequest |
WriteGetObjectResponseRequest.withStorageClass(StorageClass storageClass)
Set the class of storage used to store object in Amazon S3.
|
PutInstructionFileRequest |
PutInstructionFileRequest.withStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
<T extends AbstractPutObjectRequest> |
AbstractPutObjectRequest.withStorageClass(StorageClass storageClass)
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
Copyright © 2024. All rights reserved.