@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LaunchProfileStatusCode extends Enum<LaunchProfileStatusCode>
| Modifier and Type | Method and Description | 
|---|---|
| static LaunchProfileStatusCode | fromValue(String value)Use this in place of valueOf. | 
| String | toString() | 
| static LaunchProfileStatusCode | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static LaunchProfileStatusCode[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final LaunchProfileStatusCode LAUNCH_PROFILE_CREATED
public static final LaunchProfileStatusCode LAUNCH_PROFILE_UPDATED
public static final LaunchProfileStatusCode LAUNCH_PROFILE_DELETED
public static final LaunchProfileStatusCode LAUNCH_PROFILE_CREATE_IN_PROGRESS
public static final LaunchProfileStatusCode LAUNCH_PROFILE_UPDATE_IN_PROGRESS
public static final LaunchProfileStatusCode LAUNCH_PROFILE_DELETE_IN_PROGRESS
public static final LaunchProfileStatusCode INTERNAL_ERROR
public static final LaunchProfileStatusCode STREAMING_IMAGE_NOT_FOUND
public static final LaunchProfileStatusCode STREAMING_IMAGE_NOT_READY
public static final LaunchProfileStatusCode LAUNCH_PROFILE_WITH_STREAM_SESSIONS_NOT_DELETED
public static final LaunchProfileStatusCode ENCRYPTION_KEY_ACCESS_DENIED
public static final LaunchProfileStatusCode ENCRYPTION_KEY_NOT_FOUND
public static final LaunchProfileStatusCode INVALID_SUBNETS_PROVIDED
public static LaunchProfileStatusCode[] values()
for (LaunchProfileStatusCode c : LaunchProfileStatusCode.values()) System.out.println(c);
public static LaunchProfileStatusCode 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<LaunchProfileStatusCode>public static LaunchProfileStatusCode fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.