Uses of Class
software.amazon.awscdk.services.s3.StorageClass
-
Uses of StorageClass in software.amazon.awscdk.services.s3
Modifier and TypeFieldDescriptionstatic final StorageClass
StorageClass.DEEP_ARCHIVE
Use for archiving data that rarely needs to be accessed.static final StorageClass
StorageClass.GLACIER
Storage class for long-term archival that can take between minutes and hours to access.static final StorageClass
StorageClass.GLACIER_INSTANT_RETRIEVAL
Storage class for long-term archival that can be accessed in a few milliseconds.static final StorageClass
StorageClass.INFREQUENT_ACCESS
Storage class for data that is accessed less frequently, but requires rapid access when needed.static final StorageClass
StorageClass.INTELLIGENT_TIERING
The INTELLIGENT_TIERING storage class is designed to optimize storage costs by automatically moving data to the most cost-effective storage access tier, without performance impact or operational overhead.static final StorageClass
StorageClass.ONE_ZONE_INFREQUENT_ACCESS
Infrequent Access that's only stored in one availability zone.Modifier and TypeMethodDescriptionNoncurrentVersionTransition.getStorageClass()
The storage class to which you want the object to transition.final StorageClass
NoncurrentVersionTransition.Jsii$Proxy.getStorageClass()
Transition.getStorageClass()
The storage class to which you want the object to transition.final StorageClass
Transition.Jsii$Proxy.getStorageClass()
Modifier and TypeMethodDescriptionNoncurrentVersionTransition.Builder.storageClass
(StorageClass storageClass) Sets the value ofNoncurrentVersionTransition.getStorageClass()
Transition.Builder.storageClass
(StorageClass storageClass) Sets the value ofTransition.getStorageClass()