| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
GameSummary |
GameSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
GameSummary |
GameSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
GameSummary |
GameSummary.clone() |
GameSummary |
GameSummary.withDescription(String description)
The description of the game.
|
GameSummary |
GameSummary.withName(String name)
The name of the game.
|
GameSummary |
GameSummary.withState(GameState state)
The state of the game.
|
GameSummary |
GameSummary.withState(String state)
The state of the game.
|
GameSummary |
GameSummary.withTags(Map<String,String> tags)
The tags associated with the game.
|
| Modifier and Type | Method and Description |
|---|---|
List<GameSummary> |
ListGamesResult.getGames()
The list of games.
|
| Modifier and Type | Method and Description |
|---|---|
ListGamesResult |
ListGamesResult.withGames(GameSummary... games)
The list of games.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListGamesResult.setGames(Collection<GameSummary> games)
The list of games.
|
ListGamesResult |
ListGamesResult.withGames(Collection<GameSummary> games)
The list of games.
|
Copyright © 2022. All rights reserved.