| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
StreamKey |
GetStreamKeyResponse.streamKey()
|
StreamKey |
CreateChannelResponse.streamKey()
|
StreamKey |
CreateStreamKeyResponse.streamKey()
Stream key used to authenticate an RTMPS stream for ingestion.
|
| Modifier and Type | Method and Description |
|---|---|
List<StreamKey> |
BatchGetStreamKeyResponse.streamKeys()
|
| Modifier and Type | Method and Description |
|---|---|
GetStreamKeyResponse.Builder |
GetStreamKeyResponse.Builder.streamKey(StreamKey streamKey)
|
CreateChannelResponse.Builder |
CreateChannelResponse.Builder.streamKey(StreamKey streamKey)
|
CreateStreamKeyResponse.Builder |
CreateStreamKeyResponse.Builder.streamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
BatchGetStreamKeyResponse.Builder |
BatchGetStreamKeyResponse.Builder.streamKeys(StreamKey... streamKeys)
|
| Modifier and Type | Method and Description |
|---|---|
BatchGetStreamKeyResponse.Builder |
BatchGetStreamKeyResponse.Builder.streamKeys(Collection<StreamKey> streamKeys)
|
Copyright © 2023. All rights reserved.