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 TypeMethodDescriptionvoidAbstractAmazonS3.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass) voidAmazonS3.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.voidAmazonS3Client.changeObjectStorageClass(String bucketName, String key, StorageClass newStorageClass) -
Uses of StorageClass in com.amazonaws.services.s3.model
Subclasses with type arguments of type StorageClass in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumSpecifies constants that define Amazon S3 storage classes.Methods in com.amazonaws.services.s3.model that return StorageClassModifier and TypeMethodDescriptionstatic StorageClassReturns the Amazon S3StorageClassenumeration value representing the specified Amazon S3StorageClassID 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 StorageClassReturns 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 TypeMethodDescriptionvoidAbstractPutObjectRequest.setStorageClass(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.voidBucketLifecycleConfiguration.NoncurrentVersionTransition.setStorageClass(StorageClass storageClass) Sets the storage class of this object.voidBucketLifecycleConfiguration.Transition.setStorageClass(StorageClass storageClass) Sets the storage class of this object.voidCopyObjectRequest.setStorageClass(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the newly copied object.voidInitiateMultipartUploadRequest.setStorageClass(StorageClass storageClass) Sets the optional storage class to use when storing this upload's data in S3.voidPutInstructionFileRequest.setStorageClass(StorageClass storageClass) Sets the optional Amazon S3 storage class to use when storing the new object.voidReplicationDestinationConfig.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.