| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamKeySummary |
StreamKeySummary.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StreamKeySummary |
StreamKeySummary.clearTagsEntries()
Removes all the entries added into Tags.
|
StreamKeySummary |
StreamKeySummary.clone() |
StreamKeySummary |
StreamKeySummary.withArn(String arn)
Stream-key ARN.
|
StreamKeySummary |
StreamKeySummary.withChannelArn(String channelArn)
Channel ARN for the stream.
|
StreamKeySummary |
StreamKeySummary.withTags(Map<String,String> tags)
Tags attached to the resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamKeySummary> |
ListStreamKeysResult.getStreamKeys()
List of stream keys.
|
| Modifier and Type | Method and Description |
|---|---|
ListStreamKeysResult |
ListStreamKeysResult.withStreamKeys(StreamKeySummary... streamKeys)
List of stream keys.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListStreamKeysResult.setStreamKeys(Collection<StreamKeySummary> streamKeys)
List of stream keys.
|
ListStreamKeysResult |
ListStreamKeysResult.withStreamKeys(Collection<StreamKeySummary> streamKeys)
List of stream keys.
|
Copyright © 2023. All rights reserved.