Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.ChannelListConfiguration
-
Packages that use ChannelListConfiguration Package Description software.amazon.awssdk.services.mediapackagev2.model software.amazon.awssdk.services.mediapackagev2.paginators -
-
Uses of ChannelListConfiguration in software.amazon.awssdk.services.mediapackagev2.model
Methods in software.amazon.awssdk.services.mediapackagev2.model that return types with arguments of type ChannelListConfiguration Modifier and Type Method Description List<ChannelListConfiguration>ListChannelsResponse. items()The objects being returned.Methods in software.amazon.awssdk.services.mediapackagev2.model with parameters of type ChannelListConfiguration Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. items(ChannelListConfiguration... items)The objects being returned.Method parameters in software.amazon.awssdk.services.mediapackagev2.model with type arguments of type ChannelListConfiguration Modifier and Type Method Description ListChannelsResponse.BuilderListChannelsResponse.Builder. items(Collection<ChannelListConfiguration> items)The objects being returned. -
Uses of ChannelListConfiguration in software.amazon.awssdk.services.mediapackagev2.paginators
Methods in software.amazon.awssdk.services.mediapackagev2.paginators that return types with arguments of type ChannelListConfiguration Modifier and Type Method Description SdkIterable<ChannelListConfiguration>ListChannelsIterable. items()Returns an iterable to iterate through the paginatedListChannelsResponse.items()member.SdkPublisher<ChannelListConfiguration>ListChannelsPublisher. items()Returns a publisher that can be used to get a stream of data.
-