| Package | Description |
|---|---|
| com.amazonaws.services.ivs |
Introduction
|
| com.amazonaws.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
CreateStreamKeyResult |
AbstractAmazonIVS.createStreamKey(CreateStreamKeyRequest request) |
CreateStreamKeyResult |
AmazonIVSClient.createStreamKey(CreateStreamKeyRequest request)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
CreateStreamKeyResult |
AmazonIVS.createStreamKey(CreateStreamKeyRequest createStreamKeyRequest)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateStreamKeyResult> |
AbstractAmazonIVSAsync.createStreamKeyAsync(CreateStreamKeyRequest request,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler) |
Future<CreateStreamKeyResult> |
AmazonIVSAsyncClient.createStreamKeyAsync(CreateStreamKeyRequest request,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler) |
Future<CreateStreamKeyResult> |
AmazonIVSAsync.createStreamKeyAsync(CreateStreamKeyRequest createStreamKeyRequest,
AsyncHandler<CreateStreamKeyRequest,CreateStreamKeyResult> asyncHandler)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
| Modifier and Type | Method and Description |
|---|---|
CreateStreamKeyResult |
CreateStreamKeyResult.clone() |
CreateStreamKeyResult |
CreateStreamKeyResult.withStreamKey(StreamKey streamKey)
Stream key used to authenticate an RTMPS stream for ingestion.
|
Copyright © 2024. All rights reserved.