@ThreadSafe @Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AmazonKinesisVideoAsyncClient extends AmazonKinesisVideoClient implements AmazonKinesisVideoAsync
AsyncHandler
can be used to receive
notification when an asynchronous operation completes.
LOGGING_AWS_REQUEST_METRIC
ENDPOINT_PREFIX
builder, createSignalingChannel, createStream, deleteEdgeConfiguration, deleteSignalingChannel, deleteStream, describeEdgeConfiguration, describeImageGenerationConfiguration, describeMappedResourceConfiguration, describeMediaStorageConfiguration, describeNotificationConfiguration, describeSignalingChannel, describeStream, getCachedResponseMetadata, getDataEndpoint, getSignalingChannelEndpoint, listEdgeAgentConfigurations, listSignalingChannels, listStreams, listTagsForResource, listTagsForStream, startEdgeConfigurationUpdate, tagResource, tagStream, untagResource, untagStream, updateDataRetention, updateImageGenerationConfiguration, updateMediaStorageConfiguration, updateNotificationConfiguration, updateSignalingChannel, updateStream
addRequestHandler, addRequestHandler, configureRegion, getClientConfiguration, getEndpointPrefix, getMonitoringListeners, getRequestMetricsCollector, getServiceName, getSignerByURI, getSignerOverride, getSignerRegionOverride, getTimeOffset, makeImmutable, removeRequestHandler, removeRequestHandler, setEndpoint, setEndpoint, setRegion, setServiceNameIntern, setSignerRegionOverride, setTimeOffset, withEndpoint, withRegion, withRegion, withTimeOffset
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
createSignalingChannel, createStream, deleteEdgeConfiguration, deleteSignalingChannel, deleteStream, describeEdgeConfiguration, describeImageGenerationConfiguration, describeMappedResourceConfiguration, describeMediaStorageConfiguration, describeNotificationConfiguration, describeSignalingChannel, describeStream, getCachedResponseMetadata, getDataEndpoint, getSignalingChannelEndpoint, listEdgeAgentConfigurations, listSignalingChannels, listStreams, listTagsForResource, listTagsForStream, startEdgeConfigurationUpdate, tagResource, tagStream, untagResource, untagStream, updateDataRetention, updateImageGenerationConfiguration, updateMediaStorageConfiguration, updateNotificationConfiguration, updateSignalingChannel, updateStream
public static AmazonKinesisVideoAsyncClientBuilder asyncBuilder()
public ExecutorService getExecutorService()
public Future<CreateSignalingChannelResult> createSignalingChannelAsync(CreateSignalingChannelRequest request)
AmazonKinesisVideoAsync
Creates a signaling channel.
CreateSignalingChannel
is an asynchronous operation.
createSignalingChannelAsync
in interface AmazonKinesisVideoAsync
public Future<CreateSignalingChannelResult> createSignalingChannelAsync(CreateSignalingChannelRequest request, AsyncHandler<CreateSignalingChannelRequest,CreateSignalingChannelResult> asyncHandler)
AmazonKinesisVideoAsync
Creates a signaling channel.
CreateSignalingChannel
is an asynchronous operation.
createSignalingChannelAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateStreamResult> createStreamAsync(CreateStreamRequest request)
AmazonKinesisVideoAsync
Creates a new Kinesis video stream.
When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version.
CreateStream
is an asynchronous operation.
For information about how the service works, see How it Works.
You must have permissions for the KinesisVideo:CreateStream
action.
createStreamAsync
in interface AmazonKinesisVideoAsync
public Future<CreateStreamResult> createStreamAsync(CreateStreamRequest request, AsyncHandler<CreateStreamRequest,CreateStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Creates a new Kinesis video stream.
When you create a new stream, Kinesis Video Streams assigns it a version number. When you change the stream's metadata, Kinesis Video Streams updates the version.
CreateStream
is an asynchronous operation.
For information about how the service works, see How it Works.
You must have permissions for the KinesisVideo:CreateStream
action.
createStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteEdgeConfigurationResult> deleteEdgeConfigurationAsync(DeleteEdgeConfigurationRequest request)
AmazonKinesisVideoAsync
An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.
When you invoke this API, the sync status is set to DELETING
. A deletion process starts, in which
active edge jobs are stopped and all media is deleted from the edge device. The time to delete varies, depending
on the total amount of stored media. If the deletion process fails, the sync status changes to
DELETE_FAILED
. You will need to re-try the deletion.
When the deletion process has completed successfully, the edge configuration is no longer accessible.
deleteEdgeConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DeleteEdgeConfigurationResult> deleteEdgeConfigurationAsync(DeleteEdgeConfigurationRequest request, AsyncHandler<DeleteEdgeConfigurationRequest,DeleteEdgeConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
An asynchronous API that deletes a stream’s existing edge configuration, as well as the corresponding media from the Edge Agent.
When you invoke this API, the sync status is set to DELETING
. A deletion process starts, in which
active edge jobs are stopped and all media is deleted from the edge device. The time to delete varies, depending
on the total amount of stored media. If the deletion process fails, the sync status changes to
DELETE_FAILED
. You will need to re-try the deletion.
When the deletion process has completed successfully, the edge configuration is no longer accessible.
deleteEdgeConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteSignalingChannelResult> deleteSignalingChannelAsync(DeleteSignalingChannelRequest request)
AmazonKinesisVideoAsync
Deletes a specified signaling channel. DeleteSignalingChannel
is an asynchronous operation. If you
don't specify the channel's current version, the most recent version is deleted.
deleteSignalingChannelAsync
in interface AmazonKinesisVideoAsync
public Future<DeleteSignalingChannelResult> deleteSignalingChannelAsync(DeleteSignalingChannelRequest request, AsyncHandler<DeleteSignalingChannelRequest,DeleteSignalingChannelResult> asyncHandler)
AmazonKinesisVideoAsync
Deletes a specified signaling channel. DeleteSignalingChannel
is an asynchronous operation. If you
don't specify the channel's current version, the most recent version is deleted.
deleteSignalingChannelAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteStreamResult> deleteStreamAsync(DeleteStreamRequest request)
AmazonKinesisVideoAsync
Deletes a Kinesis video stream and the data contained in the stream.
This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.
To ensure that you have the latest version of the stream before deleting it, you can specify the stream version.
Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a
new version number. To get the latest stream version, use the DescribeStream
API.
This operation requires permission for the KinesisVideo:DeleteStream
action.
deleteStreamAsync
in interface AmazonKinesisVideoAsync
public Future<DeleteStreamResult> deleteStreamAsync(DeleteStreamRequest request, AsyncHandler<DeleteStreamRequest,DeleteStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Deletes a Kinesis video stream and the data contained in the stream.
This method marks the stream for deletion, and makes the data in the stream inaccessible immediately.
To ensure that you have the latest version of the stream before deleting it, you can specify the stream version.
Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams assigns a
new version number. To get the latest stream version, use the DescribeStream
API.
This operation requires permission for the KinesisVideo:DeleteStream
action.
deleteStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeEdgeConfigurationResult> describeEdgeConfigurationAsync(DescribeEdgeConfigurationRequest request)
AmazonKinesisVideoAsync
Describes a stream’s edge configuration that was set using the StartEdgeConfigurationUpdate
API and
the latest status of the edge agent's recorder and uploader jobs. Use this API to get the status of the
configuration to determine if the configuration is in sync with the Edge Agent. Use this API to evaluate the
health of the Edge Agent.
describeEdgeConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeEdgeConfigurationResult> describeEdgeConfigurationAsync(DescribeEdgeConfigurationRequest request, AsyncHandler<DescribeEdgeConfigurationRequest,DescribeEdgeConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Describes a stream’s edge configuration that was set using the StartEdgeConfigurationUpdate
API and
the latest status of the edge agent's recorder and uploader jobs. Use this API to get the status of the
configuration to determine if the configuration is in sync with the Edge Agent. Use this API to evaluate the
health of the Edge Agent.
describeEdgeConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeImageGenerationConfigurationResult> describeImageGenerationConfigurationAsync(DescribeImageGenerationConfigurationRequest request)
AmazonKinesisVideoAsync
Gets the ImageGenerationConfiguration
for a given Kinesis video stream.
describeImageGenerationConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeImageGenerationConfigurationResult> describeImageGenerationConfigurationAsync(DescribeImageGenerationConfigurationRequest request, AsyncHandler<DescribeImageGenerationConfigurationRequest,DescribeImageGenerationConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Gets the ImageGenerationConfiguration
for a given Kinesis video stream.
describeImageGenerationConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeMappedResourceConfigurationResult> describeMappedResourceConfigurationAsync(DescribeMappedResourceConfigurationRequest request)
AmazonKinesisVideoAsync
Returns the most current information about the stream. The streamName
or streamARN
should be provided in the input.
describeMappedResourceConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeMappedResourceConfigurationResult> describeMappedResourceConfigurationAsync(DescribeMappedResourceConfigurationRequest request, AsyncHandler<DescribeMappedResourceConfigurationRequest,DescribeMappedResourceConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Returns the most current information about the stream. The streamName
or streamARN
should be provided in the input.
describeMappedResourceConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeMediaStorageConfigurationResult> describeMediaStorageConfigurationAsync(DescribeMediaStorageConfigurationRequest request)
AmazonKinesisVideoAsync
Returns the most current information about the channel. Specify the ChannelName
or
ChannelARN
in the input.
describeMediaStorageConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeMediaStorageConfigurationResult> describeMediaStorageConfigurationAsync(DescribeMediaStorageConfigurationRequest request, AsyncHandler<DescribeMediaStorageConfigurationRequest,DescribeMediaStorageConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Returns the most current information about the channel. Specify the ChannelName
or
ChannelARN
in the input.
describeMediaStorageConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeNotificationConfigurationResult> describeNotificationConfigurationAsync(DescribeNotificationConfigurationRequest request)
AmazonKinesisVideoAsync
Gets the NotificationConfiguration
for a given Kinesis video stream.
describeNotificationConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeNotificationConfigurationResult> describeNotificationConfigurationAsync(DescribeNotificationConfigurationRequest request, AsyncHandler<DescribeNotificationConfigurationRequest,DescribeNotificationConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Gets the NotificationConfiguration
for a given Kinesis video stream.
describeNotificationConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeSignalingChannelResult> describeSignalingChannelAsync(DescribeSignalingChannelRequest request)
AmazonKinesisVideoAsync
Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.
describeSignalingChannelAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeSignalingChannelResult> describeSignalingChannelAsync(DescribeSignalingChannelRequest request, AsyncHandler<DescribeSignalingChannelRequest,DescribeSignalingChannelResult> asyncHandler)
AmazonKinesisVideoAsync
Returns the most current information about the signaling channel. You must specify either the name or the Amazon Resource Name (ARN) of the channel that you want to describe.
describeSignalingChannelAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeStreamResult> describeStreamAsync(DescribeStreamRequest request)
AmazonKinesisVideoAsync
Returns the most current information about the specified stream. You must specify either the
StreamName
or the StreamARN
.
describeStreamAsync
in interface AmazonKinesisVideoAsync
public Future<DescribeStreamResult> describeStreamAsync(DescribeStreamRequest request, AsyncHandler<DescribeStreamRequest,DescribeStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Returns the most current information about the specified stream. You must specify either the
StreamName
or the StreamARN
.
describeStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetDataEndpointResult> getDataEndpointAsync(GetDataEndpointRequest request)
AmazonKinesisVideoAsync
Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to
read from the specified stream (using the GetMedia
or GetMediaForFragmentList
operations) or write to it (using the PutMedia
operation).
The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.
In the request, specify the stream either by StreamName
or StreamARN
.
getDataEndpointAsync
in interface AmazonKinesisVideoAsync
public Future<GetDataEndpointResult> getDataEndpointAsync(GetDataEndpointRequest request, AsyncHandler<GetDataEndpointRequest,GetDataEndpointResult> asyncHandler)
AmazonKinesisVideoAsync
Gets an endpoint for a specified stream for either reading or writing. Use this endpoint in your application to
read from the specified stream (using the GetMedia
or GetMediaForFragmentList
operations) or write to it (using the PutMedia
operation).
The returned endpoint does not have the API name appended. The client needs to add the API name to the returned endpoint.
In the request, specify the stream either by StreamName
or StreamARN
.
getDataEndpointAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetSignalingChannelEndpointResult> getSignalingChannelEndpointAsync(GetSignalingChannelEndpointRequest request)
AmazonKinesisVideoAsync
Provides an endpoint for the specified signaling channel to send and receive messages. This API uses the
SingleMasterChannelEndpointConfiguration
input parameter, which consists of the
Protocols
and Role
properties.
Protocols
is used to determine the communication mechanism. For example, if you specify
WSS
as the protocol, this API produces a secure websocket endpoint. If you specify
HTTPS
as the protocol, this API generates an HTTPS endpoint.
Role
determines the messaging permissions. A MASTER
role results in this API generating
an endpoint that a client can use to communicate with any of the viewers on the channel. A VIEWER
role results in this API generating an endpoint that a client can use to communicate only with a
MASTER
.
getSignalingChannelEndpointAsync
in interface AmazonKinesisVideoAsync
public Future<GetSignalingChannelEndpointResult> getSignalingChannelEndpointAsync(GetSignalingChannelEndpointRequest request, AsyncHandler<GetSignalingChannelEndpointRequest,GetSignalingChannelEndpointResult> asyncHandler)
AmazonKinesisVideoAsync
Provides an endpoint for the specified signaling channel to send and receive messages. This API uses the
SingleMasterChannelEndpointConfiguration
input parameter, which consists of the
Protocols
and Role
properties.
Protocols
is used to determine the communication mechanism. For example, if you specify
WSS
as the protocol, this API produces a secure websocket endpoint. If you specify
HTTPS
as the protocol, this API generates an HTTPS endpoint.
Role
determines the messaging permissions. A MASTER
role results in this API generating
an endpoint that a client can use to communicate with any of the viewers on the channel. A VIEWER
role results in this API generating an endpoint that a client can use to communicate only with a
MASTER
.
getSignalingChannelEndpointAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListEdgeAgentConfigurationsResult> listEdgeAgentConfigurationsAsync(ListEdgeAgentConfigurationsRequest request)
AmazonKinesisVideoAsync
Returns an array of edge configurations associated with the specified Edge Agent.
In the request, you must specify the Edge Agent HubDeviceArn
.
listEdgeAgentConfigurationsAsync
in interface AmazonKinesisVideoAsync
public Future<ListEdgeAgentConfigurationsResult> listEdgeAgentConfigurationsAsync(ListEdgeAgentConfigurationsRequest request, AsyncHandler<ListEdgeAgentConfigurationsRequest,ListEdgeAgentConfigurationsResult> asyncHandler)
AmazonKinesisVideoAsync
Returns an array of edge configurations associated with the specified Edge Agent.
In the request, you must specify the Edge Agent HubDeviceArn
.
listEdgeAgentConfigurationsAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListSignalingChannelsResult> listSignalingChannelsAsync(ListSignalingChannelsRequest request)
AmazonKinesisVideoAsync
Returns an array of ChannelInfo
objects. Each object describes a signaling channel. To retrieve only
those channels that satisfy a specific condition, you can specify a ChannelNameCondition
.
listSignalingChannelsAsync
in interface AmazonKinesisVideoAsync
public Future<ListSignalingChannelsResult> listSignalingChannelsAsync(ListSignalingChannelsRequest request, AsyncHandler<ListSignalingChannelsRequest,ListSignalingChannelsResult> asyncHandler)
AmazonKinesisVideoAsync
Returns an array of ChannelInfo
objects. Each object describes a signaling channel. To retrieve only
those channels that satisfy a specific condition, you can specify a ChannelNameCondition
.
listSignalingChannelsAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListStreamsResult> listStreamsAsync(ListStreamsRequest request)
AmazonKinesisVideoAsync
Returns an array of StreamInfo
objects. Each object describes a stream. To retrieve only streams
that satisfy a specific condition, you can specify a StreamNameCondition
.
listStreamsAsync
in interface AmazonKinesisVideoAsync
public Future<ListStreamsResult> listStreamsAsync(ListStreamsRequest request, AsyncHandler<ListStreamsRequest,ListStreamsResult> asyncHandler)
AmazonKinesisVideoAsync
Returns an array of StreamInfo
objects. Each object describes a stream. To retrieve only streams
that satisfy a specific condition, you can specify a StreamNameCondition
.
listStreamsAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request)
AmazonKinesisVideoAsync
Returns a list of tags associated with the specified signaling channel.
listTagsForResourceAsync
in interface AmazonKinesisVideoAsync
public Future<ListTagsForResourceResult> listTagsForResourceAsync(ListTagsForResourceRequest request, AsyncHandler<ListTagsForResourceRequest,ListTagsForResourceResult> asyncHandler)
AmazonKinesisVideoAsync
Returns a list of tags associated with the specified signaling channel.
listTagsForResourceAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListTagsForStreamResult> listTagsForStreamAsync(ListTagsForStreamRequest request)
AmazonKinesisVideoAsync
Returns a list of tags associated with the specified stream.
In the request, you must specify either the StreamName
or the StreamARN
.
listTagsForStreamAsync
in interface AmazonKinesisVideoAsync
public Future<ListTagsForStreamResult> listTagsForStreamAsync(ListTagsForStreamRequest request, AsyncHandler<ListTagsForStreamRequest,ListTagsForStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Returns a list of tags associated with the specified stream.
In the request, you must specify either the StreamName
or the StreamARN
.
listTagsForStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartEdgeConfigurationUpdateResult> startEdgeConfigurationUpdateAsync(StartEdgeConfigurationUpdateRequest request)
AmazonKinesisVideoAsync
An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the
stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at
your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The
SyncStatus
will be updated as the edge configuration is acknowledged, and synced with the Edge
Agent.
If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync
status will be set to SYNCING
. You will have to wait for the sync status to reach a terminal state
such as: IN_SYNC
, or SYNC_FAILED
, before using this API again. If you invoke this API
during the syncing process, a ResourceInUseException
will be thrown. The connectivity of the
stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will
transition into the SYNC_FAILED
state.
To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.
startEdgeConfigurationUpdateAsync
in interface AmazonKinesisVideoAsync
public Future<StartEdgeConfigurationUpdateResult> startEdgeConfigurationUpdateAsync(StartEdgeConfigurationUpdateRequest request, AsyncHandler<StartEdgeConfigurationUpdateRequest,StartEdgeConfigurationUpdateResult> asyncHandler)
AmazonKinesisVideoAsync
An asynchronous API that updates a stream’s existing edge configuration. The Kinesis Video Stream will sync the
stream’s edge configuration with the Edge Agent IoT Greengrass component that runs on an IoT Hub Device, setup at
your premise. The time to sync can vary and depends on the connectivity of the Hub Device. The
SyncStatus
will be updated as the edge configuration is acknowledged, and synced with the Edge
Agent.
If this API is invoked for the first time, a new edge configuration will be created for the stream, and the sync
status will be set to SYNCING
. You will have to wait for the sync status to reach a terminal state
such as: IN_SYNC
, or SYNC_FAILED
, before using this API again. If you invoke this API
during the syncing process, a ResourceInUseException
will be thrown. The connectivity of the
stream’s edge configuration and the Edge Agent will be retried for 15 minutes. After 15 minutes, the status will
transition into the SYNC_FAILED
state.
To move an edge configuration from one device to another, use DeleteEdgeConfiguration to delete the current edge configuration. You can then invoke StartEdgeConfigurationUpdate with an updated Hub Device ARN.
startEdgeConfigurationUpdateAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request)
AmazonKinesisVideoAsync
Adds one or more tags to a signaling channel. A tag is a key-value pair (the value is optional) that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the Billing and Cost Management and Cost Management User Guide.
tagResourceAsync
in interface AmazonKinesisVideoAsync
public Future<TagResourceResult> tagResourceAsync(TagResourceRequest request, AsyncHandler<TagResourceRequest,TagResourceResult> asyncHandler)
AmazonKinesisVideoAsync
Adds one or more tags to a signaling channel. A tag is a key-value pair (the value is optional) that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the Billing and Cost Management and Cost Management User Guide.
tagResourceAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<TagStreamResult> tagStreamAsync(TagStreamRequest request)
AmazonKinesisVideoAsync
Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the Billing and Cost Management and Cost Management User Guide.
You must provide either the StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:TagStream
action.
A Kinesis video stream can support up to 50 tags.
tagStreamAsync
in interface AmazonKinesisVideoAsync
public Future<TagStreamResult> tagStreamAsync(TagStreamRequest request, AsyncHandler<TagStreamRequest,TagStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Adds one or more tags to a stream. A tag is a key-value pair (the value is optional) that you can define and assign to Amazon Web Services resources. If you specify a tag that already exists, the tag value is replaced with the value that you specify in the request. For more information, see Using Cost Allocation Tags in the Billing and Cost Management and Cost Management User Guide.
You must provide either the StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:TagStream
action.
A Kinesis video stream can support up to 50 tags.
tagStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request)
AmazonKinesisVideoAsync
Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
untagResourceAsync
in interface AmazonKinesisVideoAsync
public Future<UntagResourceResult> untagResourceAsync(UntagResourceRequest request, AsyncHandler<UntagResourceRequest,UntagResourceResult> asyncHandler)
AmazonKinesisVideoAsync
Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
untagResourceAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UntagStreamResult> untagStreamAsync(UntagStreamRequest request)
AmazonKinesisVideoAsync
Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
In the request, you must provide the StreamName
or StreamARN
.
untagStreamAsync
in interface AmazonKinesisVideoAsync
public Future<UntagStreamResult> untagStreamAsync(UntagStreamRequest request, AsyncHandler<UntagStreamRequest,UntagStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Removes one or more tags from a stream. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.
In the request, you must provide the StreamName
or StreamARN
.
untagStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateDataRetentionResult> updateDataRetentionAsync(UpdateDataRetentionRequest request)
AmazonKinesisVideoAsync
Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you
want to increase or decrease the data retention period, specify the Operation
parameter in the
request body. In the request, you must specify either the StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:UpdateDataRetention
action.
Changing the data retention period affects the data in the stream as follows:
If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.
If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
updateDataRetentionAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateDataRetentionResult> updateDataRetentionAsync(UpdateDataRetentionRequest request, AsyncHandler<UpdateDataRetentionRequest,UpdateDataRetentionResult> asyncHandler)
AmazonKinesisVideoAsync
Increases or decreases the stream's data retention period by the value that you specify. To indicate whether you
want to increase or decrease the data retention period, specify the Operation
parameter in the
request body. In the request, you must specify either the StreamName
or the StreamARN
.
This operation requires permission for the KinesisVideo:UpdateDataRetention
action.
Changing the data retention period affects the data in the stream as follows:
If the data retention period is increased, existing data is retained for the new retention period. For example, if the data retention period is increased from one hour to seven hours, all existing data is retained for seven hours.
If the data retention period is decreased, existing data is retained for the new retention period. For example, if the data retention period is decreased from seven hours to one hour, all existing data is retained for one hour, and any data older than one hour is deleted immediately.
updateDataRetentionAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateImageGenerationConfigurationResult> updateImageGenerationConfigurationAsync(UpdateImageGenerationConfigurationRequest request)
AmazonKinesisVideoAsync
Updates the StreamInfo
and ImageProcessingConfiguration
fields.
updateImageGenerationConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateImageGenerationConfigurationResult> updateImageGenerationConfigurationAsync(UpdateImageGenerationConfigurationRequest request, AsyncHandler<UpdateImageGenerationConfigurationRequest,UpdateImageGenerationConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Updates the StreamInfo
and ImageProcessingConfiguration
fields.
updateImageGenerationConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateMediaStorageConfigurationResult> updateMediaStorageConfigurationAsync(UpdateMediaStorageConfigurationRequest request)
AmazonKinesisVideoAsync
Associates a SignalingChannel
to a stream to store the media. There are two signaling modes that you
can specify :
If StorageStatus
is enabled, the data will be stored in the StreamARN
provided. In
order for WebRTC Ingestion to work, the stream must have data retention enabled.
If StorageStatus
is disabled, no data will be stored, and the StreamARN
parameter will
not be needed.
If StorageStatus
is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers
connect directly to the storage session. You must call the JoinStorageSession
API to trigger an SDP
offer send and establish a connection between a peer and the storage session.
updateMediaStorageConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateMediaStorageConfigurationResult> updateMediaStorageConfigurationAsync(UpdateMediaStorageConfigurationRequest request, AsyncHandler<UpdateMediaStorageConfigurationRequest,UpdateMediaStorageConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Associates a SignalingChannel
to a stream to store the media. There are two signaling modes that you
can specify :
If StorageStatus
is enabled, the data will be stored in the StreamARN
provided. In
order for WebRTC Ingestion to work, the stream must have data retention enabled.
If StorageStatus
is disabled, no data will be stored, and the StreamARN
parameter will
not be needed.
If StorageStatus
is enabled, direct peer-to-peer (master-viewer) connections no longer occur. Peers
connect directly to the storage session. You must call the JoinStorageSession
API to trigger an SDP
offer send and establish a connection between a peer and the storage session.
updateMediaStorageConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNotificationConfigurationResult> updateNotificationConfigurationAsync(UpdateNotificationConfigurationRequest request)
AmazonKinesisVideoAsync
Updates the notification information for a stream.
updateNotificationConfigurationAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateNotificationConfigurationResult> updateNotificationConfigurationAsync(UpdateNotificationConfigurationRequest request, AsyncHandler<UpdateNotificationConfigurationRequest,UpdateNotificationConfigurationResult> asyncHandler)
AmazonKinesisVideoAsync
Updates the notification information for a stream.
updateNotificationConfigurationAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateSignalingChannelResult> updateSignalingChannelAsync(UpdateSignalingChannelRequest request)
AmazonKinesisVideoAsync
Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the MessageTtlSeconds
value is updated (either increased or reduced), it only applies to new
messages sent via this channel after it's been updated. Existing messages are still expired as per the previous
MessageTtlSeconds
value.
updateSignalingChannelAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateSignalingChannelResult> updateSignalingChannelAsync(UpdateSignalingChannelRequest request, AsyncHandler<UpdateSignalingChannelRequest,UpdateSignalingChannelResult> asyncHandler)
AmazonKinesisVideoAsync
Updates the existing signaling channel. This is an asynchronous operation and takes time to complete.
If the MessageTtlSeconds
value is updated (either increased or reduced), it only applies to new
messages sent via this channel after it's been updated. Existing messages are still expired as per the previous
MessageTtlSeconds
value.
updateSignalingChannelAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateStreamResult> updateStreamAsync(UpdateStreamRequest request)
AmazonKinesisVideoAsync
Updates stream metadata, such as the device name and media type.
You must provide the stream name or the Amazon Resource Name (ARN) of the stream.
To make sure that you have the latest version of the stream before updating it, you can specify the stream
version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams
assigns a new version number. To get the latest stream version, use the DescribeStream
API.
UpdateStream
is an asynchronous operation, and takes time to complete.
updateStreamAsync
in interface AmazonKinesisVideoAsync
public Future<UpdateStreamResult> updateStreamAsync(UpdateStreamRequest request, AsyncHandler<UpdateStreamRequest,UpdateStreamResult> asyncHandler)
AmazonKinesisVideoAsync
Updates stream metadata, such as the device name and media type.
You must provide the stream name or the Amazon Resource Name (ARN) of the stream.
To make sure that you have the latest version of the stream before updating it, you can specify the stream
version. Kinesis Video Streams assigns a version to each stream. When you update a stream, Kinesis Video Streams
assigns a new version number. To get the latest stream version, use the DescribeStream
API.
UpdateStream
is an asynchronous operation, and takes time to complete.
updateStreamAsync
in interface AmazonKinesisVideoAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public void shutdown()
getExecutorService().shutdown()
followed by getExecutorService().awaitTermination()
prior to
calling this method.shutdown
in interface AmazonKinesisVideo
shutdown
in class AmazonKinesisVideoClient