| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| Modifier and Type | Method and Description |
|---|---|
default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(BatchStartViewerSessionRevocationRequest batchStartViewerSessionRevocationRequest)
Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.
|
default BatchStartViewerSessionRevocationResponse |
IvsClient.batchStartViewerSessionRevocation(Consumer<BatchStartViewerSessionRevocationRequest.Builder> batchStartViewerSessionRevocationRequest)
Performs StartViewerSessionRevocation on multiple channel ARN and viewer ID pairs simultaneously.
|
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 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 DeletePlaybackKeyPairResponse |
IvsClient.deletePlaybackKeyPair(Consumer<DeletePlaybackKeyPairRequest.Builder> deletePlaybackKeyPairRequest)
Deletes a specified authorization key pair.
|
default DeletePlaybackKeyPairResponse |
IvsClient.deletePlaybackKeyPair(DeletePlaybackKeyPairRequest deletePlaybackKeyPairRequest)
Deletes a specified authorization key pair.
|
default DeleteStreamKeyResponse |
IvsClient.deleteStreamKey(Consumer<DeleteStreamKeyRequest.Builder> deleteStreamKeyRequest)
Deletes the stream key for the specified ARN, so it can no longer be used to stream.
|
default DeleteStreamKeyResponse |
IvsClient.deleteStreamKey(DeleteStreamKeyRequest deleteStreamKeyRequest)
Deletes the stream key for the specified ARN, so it can no longer be used to stream.
|
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 StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(Consumer<StartViewerSessionRevocationRequest.Builder> startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
default StartViewerSessionRevocationResponse |
IvsClient.startViewerSessionRevocation(StartViewerSessionRevocationRequest startViewerSessionRevocationRequest)
Starts the process of revoking the viewer session associated with a specified channel ARN and viewer ID.
|
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.