@Generated(value="software.amazon.awssdk:codegen") public enum StreamingSessionStatusCode extends Enum<StreamingSessionStatusCode>
| Modifier and Type | Method and Description |
|---|---|
static StreamingSessionStatusCode |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StreamingSessionStatusCode> |
knownValues()
|
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 final StreamingSessionStatusCode STREAMING_SESSION_STOPPED
public static final StreamingSessionStatusCode STREAMING_SESSION_STARTED
public static final StreamingSessionStatusCode STREAMING_SESSION_STOP_IN_PROGRESS
public static final StreamingSessionStatusCode STREAMING_SESSION_START_IN_PROGRESS
public static final StreamingSessionStatusCode AMI_VALIDATION_ERROR
public static final StreamingSessionStatusCode UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<StreamingSessionStatusCode> 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 StreamingSessionStatusCodesCopyright © 2022. All rights reserved.