| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| Modifier and Type | Method and Description |
|---|---|
default GetGameConfigurationResponse |
GameSparksClient.getGameConfiguration(Consumer<GetGameConfigurationRequest.Builder> getGameConfigurationRequest)
Gets the configuration of the game.
|
default GetGameConfigurationResponse |
GameSparksClient.getGameConfiguration(GetGameConfigurationRequest getGameConfigurationRequest)
Gets the configuration of the game.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetGameConfigurationResponse> |
GameSparksAsyncClient.getGameConfiguration(Consumer<GetGameConfigurationRequest.Builder> getGameConfigurationRequest)
Gets the configuration of the game.
|
default CompletableFuture<GetGameConfigurationResponse> |
GameSparksAsyncClient.getGameConfiguration(GetGameConfigurationRequest getGameConfigurationRequest)
Gets the configuration of the game.
|
Copyright © 2022. All rights reserved.