Uses of Class
software.amazon.awssdk.services.mediapackagev2.paginators.ListChannelGroupsIterable
-
Packages that use ListChannelGroupsIterable Package Description software.amazon.awssdk.services.mediapackagev2 -
-
Uses of ListChannelGroupsIterable in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return ListChannelGroupsIterable Modifier and Type Method Description default ListChannelGroupsIterableMediaPackageV2Client. listChannelGroupsPaginator(Consumer<ListChannelGroupsRequest.Builder> listChannelGroupsRequest)Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.default ListChannelGroupsIterableMediaPackageV2Client. listChannelGroupsPaginator(ListChannelGroupsRequest listChannelGroupsRequest)Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.
-