@Generated(value="software.amazon.awssdk:codegen") public enum PrefixListState extends Enum<PrefixListState>
| Enum Constant and Description |
|---|
CREATE_COMPLETE |
CREATE_FAILED |
CREATE_IN_PROGRESS |
DELETE_COMPLETE |
DELETE_FAILED |
DELETE_IN_PROGRESS |
MODIFY_COMPLETE |
MODIFY_FAILED |
MODIFY_IN_PROGRESS |
RESTORE_COMPLETE |
RESTORE_FAILED |
RESTORE_IN_PROGRESS |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static PrefixListState |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<PrefixListState> |
knownValues()
|
String |
toString() |
static PrefixListState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrefixListState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PrefixListState CREATE_IN_PROGRESS
public static final PrefixListState CREATE_COMPLETE
public static final PrefixListState CREATE_FAILED
public static final PrefixListState MODIFY_IN_PROGRESS
public static final PrefixListState MODIFY_COMPLETE
public static final PrefixListState MODIFY_FAILED
public static final PrefixListState RESTORE_IN_PROGRESS
public static final PrefixListState RESTORE_COMPLETE
public static final PrefixListState RESTORE_FAILED
public static final PrefixListState DELETE_IN_PROGRESS
public static final PrefixListState DELETE_COMPLETE
public static final PrefixListState DELETE_FAILED
public static final PrefixListState UNKNOWN_TO_SDK_VERSION
public static PrefixListState[] values()
for (PrefixListState c : PrefixListState.values()) System.out.println(c);
public static PrefixListState 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 String toString()
toString in class Enum<PrefixListState>public static PrefixListState fromValue(String value)
value - real valuepublic static Set<PrefixListState> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known PrefixListStatesCopyright © 2020. All rights reserved.