Serializable
, Comparable<SessionState>
@Generated("software.amazon.awssdk:codegen") public enum SessionState extends Enum<SessionState>
Possible values for the state of a streaming session.
Modifier and Type | Method | Description |
---|---|---|
static SessionState |
fromValue(String value) |
Use this in place of valueOf.
|
String |
toString() |
|
static SessionState |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SessionState[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SessionState ACTIVE
public static final SessionState PENDING
public static final SessionState EXPIRED
public static SessionState[] values()
for (SessionState c : SessionState.values()) System.out.println(c);
public static SessionState 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<SessionState>
public static SessionState fromValue(String value)
value
- real valueCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.