@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum AppLaunchStatus extends Enum<AppLaunchStatus>
Modifier and Type | Method and Description |
---|---|
static AppLaunchStatus |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static AppLaunchStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppLaunchStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppLaunchStatus READY_FOR_CONFIGURATION
public static final AppLaunchStatus CONFIGURATION_IN_PROGRESS
public static final AppLaunchStatus CONFIGURATION_INVALID
public static final AppLaunchStatus READY_FOR_LAUNCH
public static final AppLaunchStatus VALIDATION_IN_PROGRESS
public static final AppLaunchStatus LAUNCH_PENDING
public static final AppLaunchStatus LAUNCH_IN_PROGRESS
public static final AppLaunchStatus LAUNCHED
public static final AppLaunchStatus DELTA_LAUNCH_IN_PROGRESS
public static final AppLaunchStatus DELTA_LAUNCH_FAILED
public static final AppLaunchStatus LAUNCH_FAILED
public static final AppLaunchStatus TERMINATE_IN_PROGRESS
public static final AppLaunchStatus TERMINATE_FAILED
public static final AppLaunchStatus TERMINATED
public static AppLaunchStatus[] values()
for (AppLaunchStatus c : AppLaunchStatus.values()) System.out.println(c);
public static AppLaunchStatus 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<AppLaunchStatus>
public static AppLaunchStatus fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.