public enum PrestoS3StorageClass extends Enum<PrestoS3StorageClass>
| Enum Constant and Description |
|---|
INTELLIGENT_TIERING |
STANDARD |
| Modifier and Type | Method and Description |
|---|---|
com.amazonaws.services.s3.model.StorageClass |
getS3StorageClass() |
static PrestoS3StorageClass |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrestoS3StorageClass[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrestoS3StorageClass STANDARD
public static final PrestoS3StorageClass INTELLIGENT_TIERING
public static PrestoS3StorageClass[] values()
for (PrestoS3StorageClass c : PrestoS3StorageClass.values()) System.out.println(c);
public static PrestoS3StorageClass 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 nullpublic com.amazonaws.services.s3.model.StorageClass getS3StorageClass()
Copyright © 2012–2023. All rights reserved.