| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| 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 StartStageDeploymentResponse |
GameSparksClient.startStageDeployment(StartStageDeploymentRequest startStageDeploymentRequest)
Deploys a snapshot to the stage and creates a new game runtime.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartStageDeploymentResponse> |
GameSparksAsyncClient.startStageDeployment(Consumer<StartStageDeploymentRequest.Builder> startStageDeploymentRequest)
Deploys a snapshot to the stage and creates a new game runtime.
|
default CompletableFuture<StartStageDeploymentResponse> |
GameSparksAsyncClient.startStageDeployment(StartStageDeploymentRequest startStageDeploymentRequest)
Deploys a snapshot to the stage and creates a new game runtime.
|
Copyright © 2022. All rights reserved.