Uses of Enum
com.amazonaws.services.s3.model.StorageClass
Packages that use StorageClass
Package
Description
Synchronous client for accessing Amazon S3.
Classes modeling the various types represented by Amazon S3.
-
Uses of StorageClass in com.amazonaws.services.s3
Methods in com.amazonaws.services.s3 with parameters of type StorageClassModifier and TypeMethodDescriptionvoid
AbstractAmazonS3.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.void
AmazonS3Client.changeObjectStorageClass
(String bucketName, String key, StorageClass newStorageClass) -
Uses of StorageClass in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return StorageClassModifier and TypeMethodDescriptionstatic StorageClass
Returns the Amazon S3StorageClass
enumeration value representing the specified Amazon S3StorageClass
ID string.BucketLifecycleConfiguration.NoncurrentVersionTransition.getStorageClass()
Deprecated.This method should not be used.BucketLifecycleConfiguration.Transition.getStorageClass()
Deprecated.This method should not be used.InitiateMultipartUploadRequest.getStorageClass()
Returns the optional storage class to use when storing this upload's data in S3.static StorageClass
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.Methods in com.amazonaws.services.s3.model with parameters of type StorageClassModifier and TypeMethodDescriptionvoid
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>
TAbstractPutObjectRequest.withStorageClass
(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.BucketLifecycleConfiguration.NoncurrentVersionTransition.withStorageClass
(StorageClass storageClass) Sets the storage class of this object and returns a reference to this object for method chaining.BucketLifecycleConfiguration.Transition.withStorageClass
(StorageClass storageClass) Sets the storage class of this object and returns a reference to this object for method chaining.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.withStorageClass
(StorageClass storageClass) Sets the optional storage class to use when storing this upload's data in S3.PutInstructionFileRequest.withStorageClass
(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.PutObjectRequest.withStorageClass
(StorageClass storageClass) ReplicationDestinationConfig.withStorageClass
(StorageClass storageClass) Sets the storage class for the replication destination.