@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum StreamingSessionStatusCode extends Enum<StreamingSessionStatusCode>
Modifier and Type | Method and Description |
---|---|
static StreamingSessionStatusCode |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static StreamingSessionStatusCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StreamingSessionStatusCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StreamingSessionStatusCode STREAMING_SESSION_READY
public static final StreamingSessionStatusCode STREAMING_SESSION_DELETED
public static final StreamingSessionStatusCode STREAMING_SESSION_CREATE_IN_PROGRESS
public static final StreamingSessionStatusCode STREAMING_SESSION_DELETE_IN_PROGRESS
public static final StreamingSessionStatusCode INTERNAL_ERROR
public static final StreamingSessionStatusCode INSUFFICIENT_CAPACITY
public static final StreamingSessionStatusCode ACTIVE_DIRECTORY_DOMAIN_JOIN_ERROR
public static final StreamingSessionStatusCode NETWORK_CONNECTION_ERROR
public static final StreamingSessionStatusCode INITIALIZATION_SCRIPT_ERROR
public static final StreamingSessionStatusCode DECRYPT_STREAMING_IMAGE_ERROR
public static final StreamingSessionStatusCode NETWORK_INTERFACE_ERROR
public static StreamingSessionStatusCode[] values()
for (StreamingSessionStatusCode c : StreamingSessionStatusCode.values()) System.out.println(c);
public static StreamingSessionStatusCode 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<StreamingSessionStatusCode>
public static StreamingSessionStatusCode fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.