Uses of Class
software.amazon.awssdk.services.ivs.model.ChannelSummary
-
Packages that use ChannelSummary Package Description software.amazon.awssdk.services.ivs.model -
-
Uses of ChannelSummary in software.amazon.awssdk.services.ivs.model
Methods in software.amazon.awssdk.services.ivs.model that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>ListChannelsResponse. channels()List of the matching channels.Methods in software.amazon.awssdk.services.ivs.model with parameters of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(ChannelSummary... channels)List of the matching channels.Method parameters in software.amazon.awssdk.services.ivs.model with type arguments of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<ChannelSummary> channels)List of the matching channels.
-