| 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 |
CreateChannelResult.getStreamKey() |
StreamKey |
GetStreamKeyResult.getStreamKey() |
StreamKey |
CreateStreamKeyResult.getStreamKey()
Stream key used to authenticate an RTMPS stream for ingestion.
|
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)
Array of 1-50 maps, each of the form
string:string (key:value). |
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 |
CreateChannelResult.setStreamKey(StreamKey streamKey) |
void |
GetStreamKeyResult.setStreamKey(StreamKey streamKey) |
void |
CreateStreamKeyResult.setStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
CreateChannelResult |
CreateChannelResult.withStreamKey(StreamKey streamKey) |
GetStreamKeyResult |
GetStreamKeyResult.withStreamKey(StreamKey streamKey) |
CreateStreamKeyResult |
CreateStreamKeyResult.withStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(StreamKey... streamKeys)
NOTE: This method appends the values to the existing list (if any).
|
| Modifier and Type | Method and Description |
|---|---|
void |
BatchGetStreamKeyResult.setStreamKeys(Collection<StreamKey> streamKeys) |
BatchGetStreamKeyResult |
BatchGetStreamKeyResult.withStreamKeys(Collection<StreamKey> streamKeys) |
Copyright © 2021. All rights reserved.