| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
static GameSessionStatus |
GameSessionStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
GameSessionStatus |
GameSession.status()
Current status of the game session.
|
static GameSessionStatus |
GameSessionStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GameSessionStatus[] |
GameSessionStatus.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<GameSessionStatus> |
GameSessionStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
GameSession.Builder |
GameSession.Builder.status(GameSessionStatus status)
Current status of the game session.
|
Copyright © 2023. All rights reserved.