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