| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
static GameState |
GameState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GameState |
GameSummary.state()
The state of the game.
|
GameState |
GameDetails.state()
The state of the game.
|
static GameState |
GameState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameState[] |
GameState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<GameState> |
GameState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GameSummary.Builder |
GameSummary.Builder.state(GameState state)
The state of the game.
|
GameDetails.Builder |
GameDetails.Builder.state(GameState state)
The state of the game.
|
Copyright © 2022. All rights reserved.