Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.ListChannelGroupsResponse
-
Packages that use ListChannelGroupsResponse Package Description software.amazon.awssdk.services.mediapackagev2 software.amazon.awssdk.services.mediapackagev2.paginators -
-
Uses of ListChannelGroupsResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return ListChannelGroupsResponse Modifier and Type Method Description default ListChannelGroupsResponseMediaPackageV2Client. listChannelGroups(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 ListChannelGroupsResponseMediaPackageV2Client. listChannelGroups(ListChannelGroupsRequest listChannelGroupsRequest)Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type ListChannelGroupsResponse Modifier and Type Method Description default CompletableFuture<ListChannelGroupsResponse>MediaPackageV2AsyncClient. listChannelGroups(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 CompletableFuture<ListChannelGroupsResponse>MediaPackageV2AsyncClient. listChannelGroups(ListChannelGroupsRequest listChannelGroupsRequest)Retrieves all channel groups that are configured in AWS Elemental MediaPackage, including the channels and origin endpoints that are associated with it. -
Uses of ListChannelGroupsResponse in software.amazon.awssdk.services.mediapackagev2.paginators
Methods in software.amazon.awssdk.services.mediapackagev2.paginators that return types with arguments of type ListChannelGroupsResponse Modifier and Type Method Description Iterator<ListChannelGroupsResponse>ListChannelGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediapackagev2.paginators with type arguments of type ListChannelGroupsResponse Modifier and Type Method Description voidListChannelGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelGroupsResponse> subscriber)
-