void |
AbstractPutObjectRequest.setStorageClass(StorageClass storageClass) |
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
void |
BucketLifecycleConfiguration.NoncurrentVersionTransition.setStorageClass(StorageClass storageClass) |
Sets the storage class of this object.
|
void |
BucketLifecycleConfiguration.Transition.setStorageClass(StorageClass storageClass) |
Sets the storage class of this object.
|
void |
CopyObjectRequest.setStorageClass(StorageClass storageClass) |
Sets the optional Amazon S3 storage class to use when storing the newly
copied object.
|
void |
InitiateMultipartUploadRequest.setStorageClass(StorageClass storageClass) |
Sets the optional storage class to use when storing this upload's data in
S3.
|
void |
PutInstructionFileRequest.setStorageClass(StorageClass storageClass) |
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
void |
ReplicationDestinationConfig.setStorageClass(StorageClass storageClass) |
Sets the storage class for the replication destination.
|
<T extends AbstractPutObjectRequest> T |
AbstractPutObjectRequest.withStorageClass(StorageClass storageClass) |
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
BucketLifecycleConfiguration.NoncurrentVersionTransition |
BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass(StorageClass storageClass) |
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
BucketLifecycleConfiguration.Transition |
BucketLifecycleConfiguration.Transition.withStorageClass(StorageClass storageClass) |
Sets the storage class of this object and returns a reference to this object for method
chaining.
|
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.
|
InitiateMultipartUploadRequest |
InitiateMultipartUploadRequest.withStorageClass(StorageClass storageClass) |
Sets the optional storage class to use when storing this upload's data in
S3.
|
PutInstructionFileRequest |
PutInstructionFileRequest.withStorageClass(StorageClass storageClass) |
Sets the optional Amazon S3 storage class to use when storing the new
object.
|
PutObjectRequest |
PutObjectRequest.withStorageClass(StorageClass storageClass) |
|
ReplicationDestinationConfig |
ReplicationDestinationConfig.withStorageClass(StorageClass storageClass) |
Sets the storage class for the replication destination.
|