Uses of Class
software.amazon.awscdk.services.s3.StorageClass
Packages that use StorageClass
-
Uses of StorageClass in software.amazon.awscdk.services.s3
Fields in software.amazon.awscdk.services.s3 declared as StorageClassModifier and TypeFieldDescriptionstatic final StorageClassStorageClass.DEEP_ARCHIVEUse for archiving data that rarely needs to be accessed.static final StorageClassStorageClass.GLACIERStorage class for long-term archival that can take between minutes and hours to access.static final StorageClassStorageClass.GLACIER_INSTANT_RETRIEVALStorage class for long-term archival that can be accessed in a few milliseconds.static final StorageClassStorageClass.INFREQUENT_ACCESSStorage class for data that is accessed less frequently, but requires rapid access when needed.static final StorageClassStorageClass.INTELLIGENT_TIERINGThe 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 StorageClassStorageClass.ONE_ZONE_INFREQUENT_ACCESSInfrequent Access that's only stored in one availability zone.Methods in software.amazon.awscdk.services.s3 that return StorageClassModifier and TypeMethodDescriptionNoncurrentVersionTransition.getStorageClass()The storage class to which you want the object to transition.final StorageClassNoncurrentVersionTransition.Jsii$Proxy.getStorageClass()default StorageClassReplicationRule.getStorageClass()The storage class to use when replicating objects, such as S3 Standard or reduced redundancy.final StorageClassReplicationRule.Jsii$Proxy.getStorageClass()Transition.getStorageClass()The storage class to which you want the object to transition.final StorageClassTransition.Jsii$Proxy.getStorageClass()Methods in software.amazon.awscdk.services.s3 with parameters of type StorageClassModifier and TypeMethodDescriptionNoncurrentVersionTransition.Builder.storageClass(StorageClass storageClass) Sets the value ofNoncurrentVersionTransition.getStorageClass()ReplicationRule.Builder.storageClass(StorageClass storageClass) Sets the value ofReplicationRule.getStorageClass()Transition.Builder.storageClass(StorageClass storageClass) Sets the value ofTransition.getStorageClass()