| Package | Description |
|---|---|
| software.amazon.awssdk.services.ivs |
Introduction
|
| software.amazon.awssdk.services.ivs.model |
| Modifier and Type | Method and Description |
|---|---|
default BatchGetChannelResponse |
IvsClient.batchGetChannel(BatchGetChannelRequest batchGetChannelRequest)
Performs GetChannel on multiple ARNs simultaneously.
|
default BatchGetChannelResponse |
IvsClient.batchGetChannel(Consumer<BatchGetChannelRequest.Builder> batchGetChannelRequest)
Performs GetChannel on multiple ARNs simultaneously.
|
default BatchGetStreamKeyResponse |
IvsClient.batchGetStreamKey(BatchGetStreamKeyRequest batchGetStreamKeyRequest)
Performs GetStreamKey on multiple ARNs simultaneously.
|
default BatchGetStreamKeyResponse |
IvsClient.batchGetStreamKey(Consumer<BatchGetStreamKeyRequest.Builder> batchGetStreamKeyRequest)
Performs GetStreamKey on multiple ARNs simultaneously.
|
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 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 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 GetChannelResponse |
IvsClient.getChannel(Consumer<GetChannelRequest.Builder> getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
default GetChannelResponse |
IvsClient.getChannel(GetChannelRequest getChannelRequest)
Gets the channel configuration for the specified channel ARN.
|
default GetPlaybackKeyPairResponse |
IvsClient.getPlaybackKeyPair(Consumer<GetPlaybackKeyPairRequest.Builder> getPlaybackKeyPairRequest)
Gets a specified playback authorization key pair and returns the
arn and fingerprint. |
default GetPlaybackKeyPairResponse |
IvsClient.getPlaybackKeyPair(GetPlaybackKeyPairRequest getPlaybackKeyPairRequest)
Gets a specified playback authorization key pair and returns the
arn and fingerprint. |
default GetRecordingConfigurationResponse |
IvsClient.getRecordingConfiguration(Consumer<GetRecordingConfigurationRequest.Builder> getRecordingConfigurationRequest)
Gets the recording configuration for the specified ARN.
|
default GetRecordingConfigurationResponse |
IvsClient.getRecordingConfiguration(GetRecordingConfigurationRequest getRecordingConfigurationRequest)
Gets the recording configuration for the specified ARN.
|
default GetStreamResponse |
IvsClient.getStream(Consumer<GetStreamRequest.Builder> getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
default GetStreamResponse |
IvsClient.getStream(GetStreamRequest getStreamRequest)
Gets information about the active (live) stream on a specified channel.
|
default GetStreamKeyResponse |
IvsClient.getStreamKey(Consumer<GetStreamKeyRequest.Builder> getStreamKeyRequest)
Gets stream-key information for a specified ARN.
|
default GetStreamKeyResponse |
IvsClient.getStreamKey(GetStreamKeyRequest getStreamKeyRequest)
Gets stream-key information for a specified ARN.
|
default GetStreamSessionResponse |
IvsClient.getStreamSession(Consumer<GetStreamSessionRequest.Builder> getStreamSessionRequest)
Gets metadata on a specified stream.
|
default GetStreamSessionResponse |
IvsClient.getStreamSession(GetStreamSessionRequest getStreamSessionRequest)
Gets metadata on a specified 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 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 ListPlaybackKeyPairsResponse |
IvsClient.listPlaybackKeyPairs(Consumer<ListPlaybackKeyPairsRequest.Builder> listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
default ListPlaybackKeyPairsResponse |
IvsClient.listPlaybackKeyPairs(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
default ListPlaybackKeyPairsIterable |
IvsClient.listPlaybackKeyPairsPaginator(Consumer<ListPlaybackKeyPairsRequest.Builder> listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
default ListPlaybackKeyPairsIterable |
IvsClient.listPlaybackKeyPairsPaginator(ListPlaybackKeyPairsRequest listPlaybackKeyPairsRequest)
Gets summary information about playback key pairs.
|
default ListRecordingConfigurationsResponse |
IvsClient.listRecordingConfigurations(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsResponse |
IvsClient.listRecordingConfigurations(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsIterable |
IvsClient.listRecordingConfigurationsPaginator(Consumer<ListRecordingConfigurationsRequest.Builder> listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListRecordingConfigurationsIterable |
IvsClient.listRecordingConfigurationsPaginator(ListRecordingConfigurationsRequest listRecordingConfigurationsRequest)
Gets summary information about all recording configurations in your account, in the Amazon Web Services region
where the API request is processed.
|
default ListStreamKeysResponse |
IvsClient.listStreamKeys(Consumer<ListStreamKeysRequest.Builder> listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysResponse |
IvsClient.listStreamKeys(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysIterable |
IvsClient.listStreamKeysPaginator(Consumer<ListStreamKeysRequest.Builder> listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamKeysIterable |
IvsClient.listStreamKeysPaginator(ListStreamKeysRequest listStreamKeysRequest)
Gets summary information about stream keys for the specified channel.
|
default ListStreamsResponse |
IvsClient.listStreams(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListStreamsResponse |
IvsClient.listStreams(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListStreamSessionsResponse |
IvsClient.listStreamSessions(Consumer<ListStreamSessionsRequest.Builder> listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default ListStreamSessionsResponse |
IvsClient.listStreamSessions(ListStreamSessionsRequest listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default ListStreamSessionsIterable |
IvsClient.listStreamSessionsPaginator(Consumer<ListStreamSessionsRequest.Builder> listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default ListStreamSessionsIterable |
IvsClient.listStreamSessionsPaginator(ListStreamSessionsRequest listStreamSessionsRequest)
Gets a summary of current and previous streams for a specified channel in your account, in the AWS region where
the API request is processed.
|
default ListStreamsIterable |
IvsClient.listStreamsPaginator(Consumer<ListStreamsRequest.Builder> listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListStreamsIterable |
IvsClient.listStreamsPaginator(ListStreamsRequest listStreamsRequest)
Gets summary information about live streams in your account, in the Amazon Web Services region where the API
request is processed.
|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about Amazon Web Services tags for the specified ARN.
|
default ListTagsForResourceResponse |
IvsClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about Amazon Web Services tags for the specified ARN.
|
default PutMetadataResponse |
IvsClient.putMetadata(Consumer<PutMetadataRequest.Builder> putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
default PutMetadataResponse |
IvsClient.putMetadata(PutMetadataRequest putMetadataRequest)
Inserts metadata into the active stream of the specified channel.
|
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 StopStreamResponse |
IvsClient.stopStream(Consumer<StopStreamRequest.Builder> stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
default StopStreamResponse |
IvsClient.stopStream(StopStreamRequest stopStreamRequest)
Disconnects the incoming RTMPS stream for the specified channel.
|
default TagResourceResponse |
IvsClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
default TagResourceResponse |
IvsClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for the Amazon Web Services resource with the specified ARN.
|
default UntagResourceResponse |
IvsClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UntagResourceResponse |
IvsClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags from the resource with the specified ARN.
|
default UpdateChannelResponse |
IvsClient.updateChannel(Consumer<UpdateChannelRequest.Builder> updateChannelRequest)
Updates a channel's configuration.
|
default UpdateChannelResponse |
IvsClient.updateChannel(UpdateChannelRequest updateChannelRequest)
Updates a channel's configuration.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
|
class |
ChannelNotBroadcastingException
|
class |
ConflictException
|
class |
InternalServerException
|
class |
PendingVerificationException
|
class |
ResourceNotFoundException
|
class |
ServiceQuotaExceededException
|
class |
StreamUnavailableException
|
class |
ThrottlingException
|
class |
ValidationException
|
| Modifier and Type | Method and Description |
|---|---|
IvsException |
IvsException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(IvsException ex) |
Copyright © 2023. All rights reserved.