Uses of Class
software.amazon.awssdk.services.medialive.model.ListChannelPlacementGroupsResponse
-
Packages that use ListChannelPlacementGroupsResponse Package Description software.amazon.awssdk.services.medialive API for AWS Elemental MediaLivesoftware.amazon.awssdk.services.medialive.paginators -
-
Uses of ListChannelPlacementGroupsResponse in software.amazon.awssdk.services.medialive
Methods in software.amazon.awssdk.services.medialive that return ListChannelPlacementGroupsResponse Modifier and Type Method Description default ListChannelPlacementGroupsResponseMediaLiveClient. listChannelPlacementGroups(Consumer<ListChannelPlacementGroupsRequest.Builder> listChannelPlacementGroupsRequest)Retrieve the list of ChannelPlacementGroups in the specified Cluster.default ListChannelPlacementGroupsResponseMediaLiveClient. listChannelPlacementGroups(ListChannelPlacementGroupsRequest listChannelPlacementGroupsRequest)Retrieve the list of ChannelPlacementGroups in the specified Cluster.Methods in software.amazon.awssdk.services.medialive that return types with arguments of type ListChannelPlacementGroupsResponse Modifier and Type Method Description default CompletableFuture<ListChannelPlacementGroupsResponse>MediaLiveAsyncClient. listChannelPlacementGroups(Consumer<ListChannelPlacementGroupsRequest.Builder> listChannelPlacementGroupsRequest)Retrieve the list of ChannelPlacementGroups in the specified Cluster.default CompletableFuture<ListChannelPlacementGroupsResponse>MediaLiveAsyncClient. listChannelPlacementGroups(ListChannelPlacementGroupsRequest listChannelPlacementGroupsRequest)Retrieve the list of ChannelPlacementGroups in the specified Cluster. -
Uses of ListChannelPlacementGroupsResponse in software.amazon.awssdk.services.medialive.paginators
Methods in software.amazon.awssdk.services.medialive.paginators that return types with arguments of type ListChannelPlacementGroupsResponse Modifier and Type Method Description Iterator<ListChannelPlacementGroupsResponse>ListChannelPlacementGroupsIterable. iterator()Method parameters in software.amazon.awssdk.services.medialive.paginators with type arguments of type ListChannelPlacementGroupsResponse Modifier and Type Method Description voidListChannelPlacementGroupsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListChannelPlacementGroupsResponse> subscriber)
-