| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
GameDetails |
GameDetails.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GameDetails |
GameDetails.clearTagsEntries()
Removes all the entries added into Tags.
|
GameDetails |
GameDetails.clone() |
GameDetails |
UpdateGameResult.getGame()
The details of the game.
|
GameDetails |
GetGameResult.getGame()
The details of the game.
|
GameDetails |
CreateGameResult.getGame()
Details about the game that was created.
|
GameDetails |
GameDetails.withArn(String arn)
The Amazon Resource Name (ARN) of this game.
|
GameDetails |
GameDetails.withCreated(Date created)
The date when the game was created.
|
GameDetails |
GameDetails.withDescription(String description)
The description of the game.
|
GameDetails |
GameDetails.withEnableTerminationProtection(Boolean enableTerminationProtection)
Determines if the game can be deleted.
|
GameDetails |
GameDetails.withLastUpdated(Date lastUpdated)
The date when the game was last modified.
|
GameDetails |
GameDetails.withName(String name)
The name of the game.
|
GameDetails |
GameDetails.withState(GameState state)
The state of the game.
|
GameDetails |
GameDetails.withState(String state)
The state of the game.
|
GameDetails |
GameDetails.withTags(Map<String,String> tags)
The tags associated with the game.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateGameResult.setGame(GameDetails game)
The details of the game.
|
void |
GetGameResult.setGame(GameDetails game)
The details of the game.
|
void |
CreateGameResult.setGame(GameDetails game)
Details about the game that was created.
|
UpdateGameResult |
UpdateGameResult.withGame(GameDetails game)
The details of the game.
|
GetGameResult |
GetGameResult.withGame(GameDetails game)
The details of the game.
|
CreateGameResult |
CreateGameResult.withGame(GameDetails game)
Details about the game that was created.
|
Copyright © 2022. All rights reserved.