| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetGameConfigurationResult> |
AbstractAWSGameSparksAsync.getGameConfigurationAsync(GetGameConfigurationRequest request,
AsyncHandler<GetGameConfigurationRequest,GetGameConfigurationResult> asyncHandler) |
Future<GetGameConfigurationResult> |
AWSGameSparksAsync.getGameConfigurationAsync(GetGameConfigurationRequest getGameConfigurationRequest,
AsyncHandler<GetGameConfigurationRequest,GetGameConfigurationResult> asyncHandler)
Gets the configuration of the game.
|
Future<GetGameConfigurationResult> |
AWSGameSparksAsyncClient.getGameConfigurationAsync(GetGameConfigurationRequest request,
AsyncHandler<GetGameConfigurationRequest,GetGameConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetGameConfigurationRequest |
GetGameConfigurationRequest.clone() |
GetGameConfigurationRequest |
GetGameConfigurationRequest.withGameName(String gameName)
The name of the game.
|
GetGameConfigurationRequest |
GetGameConfigurationRequest.withSections(Collection<String> sections)
The list of sections to return.
|
GetGameConfigurationRequest |
GetGameConfigurationRequest.withSections(String... sections)
The list of sections to return.
|
Copyright © 2022. All rights reserved.