| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks |
|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateStageResult> |
AWSGameSparksAsyncClient.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AbstractAWSGameSparksAsync.updateStageAsync(UpdateStageRequest request,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler) |
Future<UpdateStageResult> |
AWSGameSparksAsync.updateStageAsync(UpdateStageRequest updateStageRequest,
AsyncHandler<UpdateStageRequest,UpdateStageResult> asyncHandler)
Updates the metadata of a stage.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateStageRequest |
UpdateStageRequest.clone() |
UpdateStageRequest |
UpdateStageRequest.withDescription(String description)
The description of the stage.
|
UpdateStageRequest |
UpdateStageRequest.withGameName(String gameName)
The name of the game.
|
UpdateStageRequest |
UpdateStageRequest.withRole(String role)
The Amazon Resource Name (ARN) of the role to use for the game snapshots deployed to this stage.
|
UpdateStageRequest |
UpdateStageRequest.withStageName(String stageName)
The name of the stage.
|
Copyright © 2023. All rights reserved.