| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
StageDetails |
StageDetails.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StageDetails |
StageDetails.clearTagsEntries()
Removes all the entries added into Tags.
|
StageDetails |
StageDetails.clone() |
StageDetails |
CreateStageResult.getStage()
Properties that describe the stage.
|
StageDetails |
GetStageResult.getStage()
Properties that provide details of the stage.
|
StageDetails |
UpdateStageResult.getStage()
Properties that provide details of the updated stage.
|
StageDetails |
StageDetails.withArn(String arn)
The Amazon Resource Name (ARN) of the stage.
|
StageDetails |
StageDetails.withCreated(Date created)
The timestamp of when the stage was created.
|
StageDetails |
StageDetails.withDescription(String description)
The description of the stage.
|
StageDetails |
StageDetails.withGameKey(String gameKey)
The game key associated with the stage.
|
StageDetails |
StageDetails.withLastUpdated(Date lastUpdated)
The timestamp of when the stage was last updated.
|
StageDetails |
StageDetails.withLogGroup(String logGroup)
The Amazon CloudWatch log group for game runtimes deployed to the stage.
|
StageDetails |
StageDetails.withName(String name)
The name of the stage.
|
StageDetails |
StageDetails.withRole(String role)
The Amazon Resource Name (ARN) of the role used to run the game runtimes deployed to the stage.
|
StageDetails |
StageDetails.withState(StageState state)
The state of the stage.
|
StageDetails |
StageDetails.withState(String state)
The state of the stage.
|
StageDetails |
StageDetails.withTags(Map<String,String> tags)
The tags associated with the stage.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStageResult.setStage(StageDetails stage)
Properties that describe the stage.
|
void |
GetStageResult.setStage(StageDetails stage)
Properties that provide details of the stage.
|
void |
UpdateStageResult.setStage(StageDetails stage)
Properties that provide details of the updated stage.
|
CreateStageResult |
CreateStageResult.withStage(StageDetails stage)
Properties that describe the stage.
|
GetStageResult |
GetStageResult.withStage(StageDetails stage)
Properties that provide details of the stage.
|
UpdateStageResult |
UpdateStageResult.withStage(StageDetails stage)
Properties that provide details of the updated stage.
|
Copyright © 2023. All rights reserved.