| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateStageResponse |
GameSparksClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
default CreateStageResponse |
GameSparksClient.createStage(CreateStageRequest createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateStageResponse> |
GameSparksAsyncClient.createStage(Consumer<CreateStageRequest.Builder> createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
default CompletableFuture<CreateStageResponse> |
GameSparksAsyncClient.createStage(CreateStageRequest createStageRequest)
Creates a new stage for stage-by-stage game development and deployment.
|
Copyright © 2022. All rights reserved.