| Package | Description |
|---|---|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamKey |
StreamKey.addTagsEntry(String key,
String value)
Add a single Tags entry
|
StreamKey |
StreamKey.clearTagsEntries()
Removes all the entries added into Tags.
|
StreamKey |
StreamKey.clone() |
StreamKey |
CreateStreamKeyResult.getStreamKey()
Stream key used to authenticate an RTMPS stream for ingestion.
|
StreamKey |
CreateChannelResult.getStreamKey()
|
StreamKey |
GetStreamKeyResult.getStreamKey()
|
StreamKey |
StreamKey.withArn(String arn)
Stream-key ARN.
|
StreamKey |
StreamKey.withChannelArn(String channelArn)
Channel ARN for the stream.
|
StreamKey |
StreamKey.withTags(Map<String,String> tags)
Tags attached to the resource.
|
StreamKey |
StreamKey.withValue(String value)
Stream-key value.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamKey> |
BatchGetStreamKeyResult.getStreamKeys()
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateStreamKeyResult.setStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
void |
CreateChannelResult.setStreamKey(StreamKey streamKey)
|
void |
GetStreamKeyResult.setStreamKey(StreamKey streamKey)
|
CreateStreamKeyResult |
CreateStreamKeyResult.withStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
CreateChannelResult |
CreateChannelResult.withStreamKey(StreamKey streamKey)
|
GetStreamKeyResult |
GetStreamKeyResult.withStreamKey(StreamKey streamKey)
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(StreamKey... streamKeys)
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetStreamKeyResult.setStreamKeys(Collection<StreamKey> streamKeys)
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(Collection<StreamKey> streamKeys)
|
Copyright © 2023. All rights reserved.