| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<GetStageDeploymentResult> |
AbstractAWSGameSparksAsync.getStageDeploymentAsync(GetStageDeploymentRequest request,
AsyncHandler<GetStageDeploymentRequest,GetStageDeploymentResult> asyncHandler) |
Future<GetStageDeploymentResult> |
AWSGameSparksAsync.getStageDeploymentAsync(GetStageDeploymentRequest getStageDeploymentRequest,
AsyncHandler<GetStageDeploymentRequest,GetStageDeploymentResult> asyncHandler)
Gets information about a stage deployment.
|
Future<GetStageDeploymentResult> |
AWSGameSparksAsyncClient.getStageDeploymentAsync(GetStageDeploymentRequest request,
AsyncHandler<GetStageDeploymentRequest,GetStageDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetStageDeploymentRequest |
GetStageDeploymentRequest.clone() |
GetStageDeploymentRequest |
GetStageDeploymentRequest.withDeploymentId(String deploymentId)
The identifier of the stage deployment.
|
GetStageDeploymentRequest |
GetStageDeploymentRequest.withGameName(String gameName)
The name of the game.
|
GetStageDeploymentRequest |
GetStageDeploymentRequest.withStageName(String stageName)
The name of the stage.
|
Copyright © 2023. All rights reserved.