public static enum Athena2EndpointBuilderFactory.EncryptionOption extends Enum<Athena2EndpointBuilderFactory.EncryptionOption>
software.amazon.awssdk.services.athena.model.EncryptionOption enum.| Enum Constant and Description |
|---|
CSE_KMS |
SSE_KMS |
SSE_S3 |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static Athena2EndpointBuilderFactory.EncryptionOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Athena2EndpointBuilderFactory.EncryptionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Athena2EndpointBuilderFactory.EncryptionOption SSE_S3
public static final Athena2EndpointBuilderFactory.EncryptionOption SSE_KMS
public static final Athena2EndpointBuilderFactory.EncryptionOption CSE_KMS
public static final Athena2EndpointBuilderFactory.EncryptionOption UNKNOWN_TO_SDK_VERSION
public static Athena2EndpointBuilderFactory.EncryptionOption[] values()
for (Athena2EndpointBuilderFactory.EncryptionOption c : Athena2EndpointBuilderFactory.EncryptionOption.values()) System.out.println(c);
public static Athena2EndpointBuilderFactory.EncryptionOption 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 nullApache Camel