| Package | Description |
|---|---|
| com.amazonaws.services.gamesparks.model |
| Modifier and Type | Method and Description |
|---|---|
StageSummary |
StageSummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StageSummary |
StageSummary.clearTagsEntries()
Removes all the entries added into Tags.
|
StageSummary |
StageSummary.clone() |
StageSummary |
StageSummary.withDescription(String description)
The description of the stage.
|
StageSummary |
StageSummary.withGameKey(String gameKey)
The game key associated with the stage.
|
StageSummary |
StageSummary.withName(String name)
The name of the stage.
|
StageSummary |
StageSummary.withState(StageState state)
The state of the stage.
|
StageSummary |
StageSummary.withState(String state)
The state of the stage.
|
StageSummary |
StageSummary.withTags(Map<String,String> tags)
The tags associated with the stage.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageSummary> |
ListStagesResult.getStages()
A list of stage summaries.
|
| Modifier and Type | Method and Description |
|---|---|
ListStagesResult |
ListStagesResult.withStages(StageSummary... stages)
A list of stage summaries.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStagesResult.setStages(Collection<StageSummary> stages)
A list of stage summaries.
|
ListStagesResult |
ListStagesResult.withStages(Collection<StageSummary> stages)
A list of stage summaries.
|
Copyright © 2022. All rights reserved.