Uses of Class
software.amazon.awssdk.services.medialive.model.ChannelSummary
-
Packages that use ChannelSummary Package Description software.amazon.awssdk.services.medialive.model software.amazon.awssdk.services.medialive.paginators -
-
Uses of ChannelSummary in software.amazon.awssdk.services.medialive.model
Methods in software.amazon.awssdk.services.medialive.model that return types with arguments of type ChannelSummary Modifier and Type Method Description List<ChannelSummary>ListChannelsResponse. channels()Returns the value of the Channels property for this object.Methods in software.amazon.awssdk.services.medialive.model with parameters of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(ChannelSummary... channels)Sets the value of the Channels property for this object.Method parameters in software.amazon.awssdk.services.medialive.model with type arguments of type ChannelSummary Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. channels(Collection<ChannelSummary> channels)Sets the value of the Channels property for this object. -
Uses of ChannelSummary in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type ChannelSummary Modifier and Type Method Description SdkIterable<ChannelSummary>ListChannelsIterable. channels()Returns an iterable to iterate through the paginatedListChannelsResponse.channels()member.SdkPublisher<ChannelSummary>ListChannelsPublisher. channels()Returns a publisher that can be used to get a stream of data.
-