| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateSignalingChannelResponse |
KinesisVideoClient.createSignalingChannel(Consumer<CreateSignalingChannelRequest.Builder> createSignalingChannelRequest)
Creates a signaling channel.
|
default CreateSignalingChannelResponse |
KinesisVideoClient.createSignalingChannel(CreateSignalingChannelRequest createSignalingChannelRequest)
Creates a signaling channel.
|
default DeleteSignalingChannelResponse |
KinesisVideoClient.deleteSignalingChannel(Consumer<DeleteSignalingChannelRequest.Builder> deleteSignalingChannelRequest)
Deletes a specified signaling channel.
|
default DeleteSignalingChannelResponse |
KinesisVideoClient.deleteSignalingChannel(DeleteSignalingChannelRequest deleteSignalingChannelRequest)
Deletes a specified signaling channel.
|
default DescribeImageGenerationConfigurationResponse |
KinesisVideoClient.describeImageGenerationConfiguration(Consumer<DescribeImageGenerationConfigurationRequest.Builder> describeImageGenerationConfigurationRequest)
Gets the
ImageGenerationConfiguration for a given Kinesis video stream. |
default DescribeImageGenerationConfigurationResponse |
KinesisVideoClient.describeImageGenerationConfiguration(DescribeImageGenerationConfigurationRequest describeImageGenerationConfigurationRequest)
Gets the
ImageGenerationConfiguration for a given Kinesis video stream. |
default DescribeNotificationConfigurationResponse |
KinesisVideoClient.describeNotificationConfiguration(Consumer<DescribeNotificationConfigurationRequest.Builder> describeNotificationConfigurationRequest)
Gets the
NotificationConfiguration for a given Kinesis video stream. |
default DescribeNotificationConfigurationResponse |
KinesisVideoClient.describeNotificationConfiguration(DescribeNotificationConfigurationRequest describeNotificationConfigurationRequest)
Gets the
NotificationConfiguration for a given Kinesis video stream. |
default DescribeSignalingChannelResponse |
KinesisVideoClient.describeSignalingChannel(Consumer<DescribeSignalingChannelRequest.Builder> describeSignalingChannelRequest)
Returns the most current information about the signaling channel.
|
default DescribeSignalingChannelResponse |
KinesisVideoClient.describeSignalingChannel(DescribeSignalingChannelRequest describeSignalingChannelRequest)
Returns the most current information about the signaling channel.
|
default GetSignalingChannelEndpointResponse |
KinesisVideoClient.getSignalingChannelEndpoint(Consumer<GetSignalingChannelEndpointRequest.Builder> getSignalingChannelEndpointRequest)
Provides an endpoint for the specified signaling channel to send and receive messages.
|
default GetSignalingChannelEndpointResponse |
KinesisVideoClient.getSignalingChannelEndpoint(GetSignalingChannelEndpointRequest getSignalingChannelEndpointRequest)
Provides an endpoint for the specified signaling channel to send and receive messages.
|
default ListSignalingChannelsResponse |
KinesisVideoClient.listSignalingChannels(Consumer<ListSignalingChannelsRequest.Builder> listSignalingChannelsRequest)
Returns an array of
ChannelInfo objects. |
default ListSignalingChannelsResponse |
KinesisVideoClient.listSignalingChannels(ListSignalingChannelsRequest listSignalingChannelsRequest)
Returns an array of
ChannelInfo objects. |
default ListSignalingChannelsIterable |
KinesisVideoClient.listSignalingChannelsPaginator(Consumer<ListSignalingChannelsRequest.Builder> listSignalingChannelsRequest)
Returns an array of
ChannelInfo objects. |
default ListSignalingChannelsIterable |
KinesisVideoClient.listSignalingChannelsPaginator(ListSignalingChannelsRequest listSignalingChannelsRequest)
Returns an array of
ChannelInfo objects. |
default ListTagsForResourceResponse |
KinesisVideoClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Returns a list of tags associated with the specified signaling channel.
|
default ListTagsForResourceResponse |
KinesisVideoClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Returns a list of tags associated with the specified signaling channel.
|
default TagResourceResponse |
KinesisVideoClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds one or more tags to a signaling channel.
|
default TagResourceResponse |
KinesisVideoClient.tagResource(TagResourceRequest tagResourceRequest)
Adds one or more tags to a signaling channel.
|
default UntagResourceResponse |
KinesisVideoClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes one or more tags from a signaling channel.
|
default UntagResourceResponse |
KinesisVideoClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes one or more tags from a signaling channel.
|
default UpdateImageGenerationConfigurationResponse |
KinesisVideoClient.updateImageGenerationConfiguration(Consumer<UpdateImageGenerationConfigurationRequest.Builder> updateImageGenerationConfigurationRequest)
Updates the
StreamInfo and ImageProcessingConfiguration fields. |
default UpdateImageGenerationConfigurationResponse |
KinesisVideoClient.updateImageGenerationConfiguration(UpdateImageGenerationConfigurationRequest updateImageGenerationConfigurationRequest)
Updates the
StreamInfo and ImageProcessingConfiguration fields. |
default UpdateNotificationConfigurationResponse |
KinesisVideoClient.updateNotificationConfiguration(Consumer<UpdateNotificationConfigurationRequest.Builder> updateNotificationConfigurationRequest)
Updates the notification information for a stream.
|
default UpdateNotificationConfigurationResponse |
KinesisVideoClient.updateNotificationConfiguration(UpdateNotificationConfigurationRequest updateNotificationConfigurationRequest)
Updates the notification information for a stream.
|
default UpdateSignalingChannelResponse |
KinesisVideoClient.updateSignalingChannel(Consumer<UpdateSignalingChannelRequest.Builder> updateSignalingChannelRequest)
Updates the existing signaling channel.
|
default UpdateSignalingChannelResponse |
KinesisVideoClient.updateSignalingChannel(UpdateSignalingChannelRequest updateSignalingChannelRequest)
Updates the existing signaling channel.
|
Copyright © 2022. All rights reserved.