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