| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateSignalingChannelResult> |
AmazonKinesisVideoAsyncClient.updateSignalingChannelAsync(UpdateSignalingChannelRequest request,
AsyncHandler<UpdateSignalingChannelRequest,UpdateSignalingChannelResult> asyncHandler) |
Future<UpdateSignalingChannelResult> |
AmazonKinesisVideoAsync.updateSignalingChannelAsync(UpdateSignalingChannelRequest updateSignalingChannelRequest,
AsyncHandler<UpdateSignalingChannelRequest,UpdateSignalingChannelResult> asyncHandler)
Updates the existing signaling channel.
|
Future<UpdateSignalingChannelResult> |
AbstractAmazonKinesisVideoAsync.updateSignalingChannelAsync(UpdateSignalingChannelRequest request,
AsyncHandler<UpdateSignalingChannelRequest,UpdateSignalingChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateSignalingChannelRequest |
UpdateSignalingChannelRequest.clone() |
UpdateSignalingChannelRequest |
UpdateSignalingChannelRequest.withChannelARN(String channelARN)
The Amazon Resource Name (ARN) of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest |
UpdateSignalingChannelRequest.withCurrentVersion(String currentVersion)
The current version of the signaling channel that you want to update.
|
UpdateSignalingChannelRequest |
UpdateSignalingChannelRequest.withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
The structure containing the configuration for the
SINGLE_MASTER type of the signaling channel that
you want to update. |
Copyright © 2024. All rights reserved.