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 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 DeletePlaybackRestrictionPolicyResponse |
IvsClient.deletePlaybackRestrictionPolicy(Consumer<DeletePlaybackRestrictionPolicyRequest.Builder> deletePlaybackRestrictionPolicyRequest) |
Deletes the specified playback restriction policy.
|
default DeletePlaybackRestrictionPolicyResponse |
IvsClient.deletePlaybackRestrictionPolicy(DeletePlaybackRestrictionPolicyRequest deletePlaybackRestrictionPolicyRequest) |
Deletes the specified playback restriction policy.
|
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 GetPlaybackRestrictionPolicyResponse |
IvsClient.getPlaybackRestrictionPolicy(Consumer<GetPlaybackRestrictionPolicyRequest.Builder> getPlaybackRestrictionPolicyRequest) |
Gets the specified playback restriction policy.
|
default GetPlaybackRestrictionPolicyResponse |
IvsClient.getPlaybackRestrictionPolicy(GetPlaybackRestrictionPolicyRequest getPlaybackRestrictionPolicyRequest) |
Gets the specified playback restriction policy.
|
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 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) |
|
default ListStreamKeysIterable |
IvsClient.listStreamKeysPaginator(ListStreamKeysRequest listStreamKeysRequest) |
|
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) |
|
default ListStreamSessionsIterable |
IvsClient.listStreamSessionsPaginator(ListStreamSessionsRequest listStreamSessionsRequest) |
|
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.
|
default UpdatePlaybackRestrictionPolicyResponse |
IvsClient.updatePlaybackRestrictionPolicy(Consumer<UpdatePlaybackRestrictionPolicyRequest.Builder> updatePlaybackRestrictionPolicyRequest) |
Updates a specified playback restriction policy.
|
default UpdatePlaybackRestrictionPolicyResponse |
IvsClient.updatePlaybackRestrictionPolicy(UpdatePlaybackRestrictionPolicyRequest updatePlaybackRestrictionPolicyRequest) |
Updates a specified playback restriction policy.
|