| Package | Description |
|---|---|
| software.amazon.awscdk.services.s3 |
Amazon S3 Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static StorageClass |
StorageClass.DEEP_ARCHIVE
Use for archiving data that rarely needs to be accessed.
|
static StorageClass |
StorageClass.GLACIER
Storage class for long-term archival that can take between minutes and hours to access.
|
static StorageClass |
StorageClass.GLACIER_INSTANT_RETRIEVAL
Storage class for long-term archival that can be accessed in a few milliseconds.
|
static StorageClass |
StorageClass.INFREQUENT_ACCESS
Storage class for data that is accessed less frequently, but requires rapid access when needed.
|
static 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 StorageClass |
StorageClass.ONE_ZONE_INFREQUENT_ACCESS
Infrequent Access that's only stored in one availability zone.
|
| Modifier and Type | Method and Description |
|---|---|
StorageClass |
NoncurrentVersionTransition.getStorageClass()
The storage class to which you want the object to transition.
|
StorageClass |
NoncurrentVersionTransition.Jsii$Proxy.getStorageClass() |
StorageClass |
Transition.getStorageClass()
The storage class to which you want the object to transition.
|
StorageClass |
Transition.Jsii$Proxy.getStorageClass() |
| Modifier and Type | Method and Description |
|---|---|
NoncurrentVersionTransition.Builder |
NoncurrentVersionTransition.Builder.storageClass(StorageClass storageClass)
Sets the value of
NoncurrentVersionTransition.getStorageClass() |
Transition.Builder |
Transition.Builder.storageClass(StorageClass storageClass)
Sets the value of
Transition.getStorageClass() |
Copyright © 2022. All rights reserved.