Uses of Class
software.amazon.awssdk.services.kinesisvideo.model.ChannelInfo
-
Packages that use ChannelInfo Package Description software.amazon.awssdk.services.kinesisvideo.model software.amazon.awssdk.services.kinesisvideo.paginators -
-
Uses of ChannelInfo in software.amazon.awssdk.services.kinesisvideo.model
Methods in software.amazon.awssdk.services.kinesisvideo.model that return ChannelInfo Modifier and Type Method Description ChannelInfoDescribeSignalingChannelResponse. channelInfo()A structure that encapsulates the specified signaling channel's metadata and properties.Methods in software.amazon.awssdk.services.kinesisvideo.model that return types with arguments of type ChannelInfo Modifier and Type Method Description List<ChannelInfo>ListSignalingChannelsResponse. channelInfoList()An array ofChannelInfoobjects.Methods in software.amazon.awssdk.services.kinesisvideo.model with parameters of type ChannelInfo Modifier and Type Method Description DescribeSignalingChannelResponse.BuilderDescribeSignalingChannelResponse.Builder. channelInfo(ChannelInfo channelInfo)A structure that encapsulates the specified signaling channel's metadata and properties.ListSignalingChannelsResponse.BuilderListSignalingChannelsResponse.Builder. channelInfoList(ChannelInfo... channelInfoList)An array ofChannelInfoobjects.Method parameters in software.amazon.awssdk.services.kinesisvideo.model with type arguments of type ChannelInfo Modifier and Type Method Description ListSignalingChannelsResponse.BuilderListSignalingChannelsResponse.Builder. channelInfoList(Collection<ChannelInfo> channelInfoList)An array ofChannelInfoobjects. -
Uses of ChannelInfo in software.amazon.awssdk.services.kinesisvideo.paginators
Methods in software.amazon.awssdk.services.kinesisvideo.paginators that return types with arguments of type ChannelInfo Modifier and Type Method Description SdkIterable<ChannelInfo>ListSignalingChannelsIterable. channelInfoList()Returns an iterable to iterate through the paginatedListSignalingChannelsResponse.channelInfoList()member.SdkPublisher<ChannelInfo>ListSignalingChannelsPublisher. channelInfoList()Returns a publisher that can be used to get a stream of data.
-