| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
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 DeleteChannelResponse |
IvsClient.deleteChannel(Consumer<DeleteChannelRequest.Builder> deleteChannelRequest)
Deletes the specified channel and its associated stream keys.
|
default DeleteChannelResponse |
IvsClient.deleteChannel(DeleteChannelRequest deleteChannelRequest)
Deletes the specified channel and its associated stream keys.
|
default DeleteRecordingConfigurationResponse |
IvsClient.deleteRecordingConfiguration(Consumer<DeleteRecordingConfigurationRequest.Builder> deleteRecordingConfigurationRequest)
Deletes the recording configuration for the specified ARN.
|
default DeleteRecordingConfigurationResponse |
IvsClient.deleteRecordingConfiguration(DeleteRecordingConfigurationRequest deleteRecordingConfigurationRequest)
Deletes the recording configuration for the specified 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. |
default ListChannelsResponse |
IvsClient.listChannels(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListChannelsResponse |
IvsClient.listChannels(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListChannelsIterable |
IvsClient.listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListChannelsIterable |
IvsClient.listChannelsPaginator(ListChannelsRequest listChannelsRequest)
Gets summary information about all channels in your account, in the Amazon Web Services region where the API
request is processed.
|
default UpdateChannelResponse |
IvsClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel's configuration.
|
default UpdateChannelResponse |
IvsClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel's configuration.
|
Copyright © 2023. All rights reserved.