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