@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:19.085Z") @Stability(value=Stable) public enum StorageClass extends Enum<StorageClass>
https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingMetadata.html#SysMetadata| Enum Constant and Description |
|---|
DEEP_ARCHIVE
'DEEP_ARCHIVE'.
|
GLACIER
'GLACIER'.
|
INTELLIGENT_TIERING
'INTELLIGENT_TIERING'.
|
ONEZONE_IA
'ONEZONE_IA'.
|
REDUCED_REDUNDANCY
'REDUCED_REDUNDANCY'.
|
STANDARD
'STANDARD'.
|
STANDARD_IA
'STANDARD_IA'.
|
| Modifier and Type | Method and Description |
|---|---|
static StorageClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final StorageClass DEEP_ARCHIVE
@Stability(value=Stable) public static final StorageClass GLACIER
@Stability(value=Stable) public static final StorageClass INTELLIGENT_TIERING
@Stability(value=Stable) public static final StorageClass ONEZONE_IA
@Stability(value=Stable) public static final StorageClass REDUCED_REDUNDANCY
@Stability(value=Stable) public static final StorageClass STANDARD
@Stability(value=Stable) public static final StorageClass STANDARD_IA
public static StorageClass[] values()
for (StorageClass c : StorageClass.values()) System.out.println(c);
public static StorageClass valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.