Uses of Class
software.amazon.awssdk.services.mediapackagev2.paginators.ListChannelsIterable
-
Packages that use ListChannelsIterable Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of ListChannelsIterable in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return ListChannelsIterable Modifier and Type Method Description default ListChannelsIterableMediaPackageV2Client. listChannelsPaginator(Consumer<ListChannelsRequest.Builder> listChannelsRequest)Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.default ListChannelsIterableMediaPackageV2Client. listChannelsPaginator(ListChannelsRequest listChannelsRequest)Retrieves all channels in a specific channel group that are configured in AWS Elemental MediaPackage, including the origin endpoints that are associated with it.
-