| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamesparks |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateGameResponse |
GameSparksClient.createGame(Consumer<CreateGameRequest.Builder> createGameRequest)
Creates a new game with an empty configuration.
|
default CreateGameResponse |
GameSparksClient.createGame(CreateGameRequest createGameRequest)
Creates a new game with an empty configuration.
|
default CreateSnapshotResponse |
GameSparksClient.createSnapshot(Consumer<CreateSnapshotRequest.Builder> createSnapshotRequest)
Creates a snapshot of the game configuration.
|
default CreateSnapshotResponse |
GameSparksClient.createSnapshot(CreateSnapshotRequest createSnapshotRequest)
Creates a snapshot of the game configuration.
|
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.
|
default DeleteGameResponse |
GameSparksClient.deleteGame(Consumer<DeleteGameRequest.Builder> deleteGameRequest)
Deletes a game.
|
default DeleteGameResponse |
GameSparksClient.deleteGame(DeleteGameRequest deleteGameRequest)
Deletes a game.
|
default DeleteStageResponse |
GameSparksClient.deleteStage(Consumer<DeleteStageRequest.Builder> deleteStageRequest)
Deletes a stage from a game, along with the associated game runtime.
|
default DeleteStageResponse |
GameSparksClient.deleteStage(DeleteStageRequest deleteStageRequest)
Deletes a stage from a game, along with the associated game runtime.
|
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.
|
Copyright © 2022. All rights reserved.