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