| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.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.withActiveSessionId(String activeSessionId)
ID of the active session within the stage.
|
StageSummary |
StageSummary.withArn(String arn)
Stage ARN.
|
StageSummary |
StageSummary.withName(String name)
Stage name.
|
StageSummary |
StageSummary.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StageSummary> |
ListStagesResult.getStages()
List of the matching stages (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
ListStagesResult |
ListStagesResult.withStages(StageSummary... stages)
List of the matching stages (summary information only).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStagesResult.setStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
ListStagesResult |
ListStagesResult.withStages(Collection<StageSummary> stages)
List of the matching stages (summary information only).
|
Copyright © 2023. All rights reserved.