| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartStageDeploymentResult> |
AWSGameSparksAsyncClient.startStageDeploymentAsync(StartStageDeploymentRequest request,
AsyncHandler<StartStageDeploymentRequest,StartStageDeploymentResult> asyncHandler) |
Future<StartStageDeploymentResult> |
AWSGameSparksAsync.startStageDeploymentAsync(StartStageDeploymentRequest startStageDeploymentRequest,
AsyncHandler<StartStageDeploymentRequest,StartStageDeploymentResult> asyncHandler)
Deploys a snapshot to the stage and creates a new game runtime.
|
Future<StartStageDeploymentResult> |
AbstractAWSGameSparksAsync.startStageDeploymentAsync(StartStageDeploymentRequest request,
AsyncHandler<StartStageDeploymentRequest,StartStageDeploymentResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartStageDeploymentRequest |
StartStageDeploymentRequest.clone() |
StartStageDeploymentRequest |
StartStageDeploymentRequest.withClientToken(String clientToken)
A client-defined token.
|
StartStageDeploymentRequest |
StartStageDeploymentRequest.withGameName(String gameName)
The name of the game.
|
StartStageDeploymentRequest |
StartStageDeploymentRequest.withSnapshotId(String snapshotId)
The identifier of the snapshot to deploy.
|
StartStageDeploymentRequest |
StartStageDeploymentRequest.withStageName(String stageName)
The name of the stage to deploy the snapshot onto.
|
Copyright © 2022. All rights reserved.