| Package | Description |
|---|---|
| com.amazonaws.services.ivsrealtime.model |
| Modifier and Type | Method and Description |
|---|---|
Stage |
Stage.addTagsEntry(String key,
String value)
Add a single Tags entry
|
Stage |
Stage.clearTagsEntries()
Removes all the entries added into Tags.
|
Stage |
Stage.clone() |
Stage |
UpdateStageResult.getStage()
The updated stage.
|
Stage |
GetStageResult.getStage()
The stage that is returned.
|
Stage |
CreateStageResult.getStage()
The stage that was created.
|
Stage |
Stage.withActiveSessionId(String activeSessionId)
ID of the active session within the stage.
|
Stage |
Stage.withArn(String arn)
Stage ARN.
|
Stage |
Stage.withName(String name)
Stage name.
|
Stage |
Stage.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateStageResult.setStage(Stage stage)
The updated stage.
|
void |
GetStageResult.setStage(Stage stage)
The stage that is returned.
|
void |
CreateStageResult.setStage(Stage stage)
The stage that was created.
|
UpdateStageResult |
UpdateStageResult.withStage(Stage stage)
The updated stage.
|
GetStageResult |
GetStageResult.withStage(Stage stage)
The stage that is returned.
|
CreateStageResult |
CreateStageResult.withStage(Stage stage)
The stage that was created.
|
Copyright © 2024. All rights reserved.