| Package | Description |
|---|---|
| com.amazonaws.services.kinesisvideo |
|
| com.amazonaws.services.kinesisvideo.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateSignalingChannelResult> |
AmazonKinesisVideoAsyncClient.createSignalingChannelAsync(CreateSignalingChannelRequest request,
AsyncHandler<CreateSignalingChannelRequest,CreateSignalingChannelResult> asyncHandler) |
Future<CreateSignalingChannelResult> |
AmazonKinesisVideoAsync.createSignalingChannelAsync(CreateSignalingChannelRequest createSignalingChannelRequest,
AsyncHandler<CreateSignalingChannelRequest,CreateSignalingChannelResult> asyncHandler)
Creates a signaling channel.
|
Future<CreateSignalingChannelResult> |
AbstractAmazonKinesisVideoAsync.createSignalingChannelAsync(CreateSignalingChannelRequest request,
AsyncHandler<CreateSignalingChannelRequest,CreateSignalingChannelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.clone() |
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withChannelName(String channelName)
A name for the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withChannelType(ChannelType channelType)
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withChannelType(String channelType)
A type of the signaling channel that you are creating.
|
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withSingleMasterConfiguration(SingleMasterConfiguration singleMasterConfiguration)
A structure containing the configuration for the
SINGLE_MASTER channel type. |
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withTags(Collection<Tag> tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
CreateSignalingChannelRequest |
CreateSignalingChannelRequest.withTags(Tag... tags)
A set of tags (key-value pairs) that you want to associate with this channel.
|
Copyright © 2023. All rights reserved.