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