| Package | Description |
|---|---|
| software.amazon.awssdk.services.kinesisvideo.model | |
| software.amazon.awssdk.services.kinesisvideo.paginators |
| Modifier and Type | Method and Description |
|---|---|
ChannelInfo |
DescribeSignalingChannelResponse.channelInfo()
A structure that encapsulates the specified signaling channel's metadata and properties.
|
| Modifier and Type | Method and Description |
|---|---|
List<ChannelInfo> |
ListSignalingChannelsResponse.channelInfoList()
An array of
ChannelInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
DescribeSignalingChannelResponse.Builder |
DescribeSignalingChannelResponse.Builder.channelInfo(ChannelInfo channelInfo)
A structure that encapsulates the specified signaling channel's metadata and properties.
|
ListSignalingChannelsResponse.Builder |
ListSignalingChannelsResponse.Builder.channelInfoList(ChannelInfo... channelInfoList)
An array of
ChannelInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
ListSignalingChannelsResponse.Builder |
ListSignalingChannelsResponse.Builder.channelInfoList(Collection<ChannelInfo> channelInfoList)
An array of
ChannelInfo objects. |
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<ChannelInfo> |
ListSignalingChannelsPublisher.channelInfoList()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<ChannelInfo> |
ListSignalingChannelsIterable.channelInfoList()
Returns an iterable to iterate through the paginated
ListSignalingChannelsResponse.channelInfoList()
member. |
Copyright © 2023. All rights reserved.