| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default CreateChannelResponse |
IvsClient.createChannel(Consumer<CreateChannelRequest.Builder> createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
default CreateChannelResponse |
IvsClient.createChannel(CreateChannelRequest createChannelRequest)
Creates a new channel and an associated stream key to start streaming.
|
default CreateRecordingConfigurationResponse |
IvsClient.createRecordingConfiguration(Consumer<CreateRecordingConfigurationRequest.Builder> createRecordingConfigurationRequest)
Creates a new recording configuration, used to enable recording to Amazon S3.
|
default CreateRecordingConfigurationResponse |
IvsClient.createRecordingConfiguration(CreateRecordingConfigurationRequest createRecordingConfigurationRequest)
Creates a new recording configuration, used to enable recording to Amazon S3.
|
default CreateStreamKeyResponse |
IvsClient.createStreamKey(Consumer<CreateStreamKeyRequest.Builder> createStreamKeyRequest)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
default CreateStreamKeyResponse |
IvsClient.createStreamKey(CreateStreamKeyRequest createStreamKeyRequest)
Creates a stream key, used to initiate a stream, for the specified channel ARN.
|
default ImportPlaybackKeyPairResponse |
IvsClient.importPlaybackKeyPair(Consumer<ImportPlaybackKeyPairRequest.Builder> importPlaybackKeyPairRequest)
Imports the public portion of a new key pair and returns its
arn and fingerprint. |
default ImportPlaybackKeyPairResponse |
IvsClient.importPlaybackKeyPair(ImportPlaybackKeyPairRequest importPlaybackKeyPairRequest)
Imports the public portion of a new key pair and returns its
arn and fingerprint. |
Copyright © 2023. All rights reserved.