@Generated(value="software.amazon.awssdk:codegen") public enum SSEType extends Enum<SSEType>
| Enum Constant and Description |
|---|
AES256 |
KMS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static SSEType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<SSEType> |
knownValues()
|
String |
toString() |
static SSEType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSEType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SSEType AES256
public static final SSEType KMS
public static final SSEType UNKNOWN_TO_SDK_VERSION
public static SSEType[] values()
for (SSEType c : SSEType.values()) System.out.println(c);
public static SSEType 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 static SSEType fromValue(String value)
value - real valueCopyright © 2018. All rights reserved.