| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGameResponse |
GameSparksClient.createGame(Consumer<CreateGameRequest.Builder> createGameRequest)
Creates a new game with an empty configuration.
|
default CreateGameResponse |
GameSparksClient.createGame(CreateGameRequest createGameRequest)
Creates a new game with an empty configuration.
|
default ImportGameConfigurationResponse |
GameSparksClient.importGameConfiguration(Consumer<ImportGameConfigurationRequest.Builder> importGameConfigurationRequest)
Imports a game configuration.
|
default ImportGameConfigurationResponse |
GameSparksClient.importGameConfiguration(ImportGameConfigurationRequest importGameConfigurationRequest)
Imports a game configuration.
|
default UpdateGameConfigurationResponse |
GameSparksClient.updateGameConfiguration(Consumer<UpdateGameConfigurationRequest.Builder> updateGameConfigurationRequest)
Updates one or more sections of the game configuration.
|
default UpdateGameConfigurationResponse |
GameSparksClient.updateGameConfiguration(UpdateGameConfigurationRequest updateGameConfigurationRequest)
Updates one or more sections of the game configuration.
|
Copyright © 2022. All rights reserved.