| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
GameDetails |
GetGameResponse.game()
The details of the game.
|
GameDetails |
CreateGameResponse.game()
Details about the game that was created.
|
GameDetails |
UpdateGameResponse.game()
The details of the game.
|
| Modifier and Type | Method and Description |
|---|---|
GetGameResponse.Builder |
GetGameResponse.Builder.game(GameDetails game)
The details of the game.
|
CreateGameResponse.Builder |
CreateGameResponse.Builder.game(GameDetails game)
Details about the game that was created.
|
UpdateGameResponse.Builder |
UpdateGameResponse.Builder.game(GameDetails game)
The details of the game.
|
Copyright © 2022. All rights reserved.