| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| software.amazon.awssdk.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
default StartStageDeploymentResponse |
GameSparksClient.startStageDeployment(Consumer<StartStageDeploymentRequest.Builder> startStageDeploymentRequest)
Deploys a snapshot to the stage and creates a new game runtime.
|
default CompletableFuture<StartStageDeploymentResponse> |
GameSparksAsyncClient.startStageDeployment(Consumer<StartStageDeploymentRequest.Builder> startStageDeploymentRequest)
Deploys a snapshot to the stage and creates a new game runtime.
|
| Modifier and Type | Method and Description |
|---|---|
static StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.builder() |
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.clientToken(String clientToken)
A client-defined token.
|
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.gameName(String gameName)
The name of the game.
|
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.snapshotId(String snapshotId)
The identifier of the snapshot to deploy.
|
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.Builder.stageName(String stageName)
The name of the stage to deploy the snapshot onto.
|
StartStageDeploymentRequest.Builder |
StartStageDeploymentRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartStageDeploymentRequest.Builder> |
StartStageDeploymentRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.