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