Uses of Class
software.amazon.awssdk.services.mediapackagev2.model.ListChannelsResponse
-
Packages that use ListChannelsResponse Package Description software.amazon.awssdk.services.mediapackagev2 software.amazon.awssdk.services.mediapackagev2.paginators -
-
Uses of ListChannelsResponse in software.amazon.awssdk.services.mediapackagev2
Methods in software.amazon.awssdk.services.mediapackagev2 that return ListChannelsResponse Modifier and Type Method Description default ListChannelsResponseMediaPackageV2Client. listChannels(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 ListChannelsResponseMediaPackageV2Client. listChannels(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.Methods in software.amazon.awssdk.services.mediapackagev2 that return types with arguments of type ListChannelsResponse Modifier and Type Method Description default CompletableFuture<ListChannelsResponse>MediaPackageV2AsyncClient. listChannels(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 CompletableFuture<ListChannelsResponse>MediaPackageV2AsyncClient. listChannels(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. -
Uses of ListChannelsResponse in software.amazon.awssdk.services.mediapackagev2.paginators
Methods in software.amazon.awssdk.services.mediapackagev2.paginators that return types with arguments of type ListChannelsResponse Modifier and Type Method Description Iterator<ListChannelsResponse>ListChannelsIterable. iterator()Method parameters in software.amazon.awssdk.services.mediapackagev2.paginators with type arguments of type ListChannelsResponse Modifier and Type Method Description voidListChannelsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelsResponse> subscriber)
-