Uses of Class
software.amazon.awssdk.services.emr.model.ListClustersResponse
-
Packages that use ListClustersResponse Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently.software.amazon.awssdk.services.emr.paginators -
-
Uses of ListClustersResponse in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListClustersResponse Modifier and Type Method Description default ListClustersResponseEmrClient. listClusters()Provides the status of all clusters visible to this Amazon Web Services account.default ListClustersResponseEmrClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account.default ListClustersResponseEmrClient. listClusters(ListClustersRequest listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account.Methods in software.amazon.awssdk.services.emr that return types with arguments of type ListClustersResponse Modifier and Type Method Description default CompletableFuture<ListClustersResponse>EmrAsyncClient. listClusters()Provides the status of all clusters visible to this Amazon Web Services account.default CompletableFuture<ListClustersResponse>EmrAsyncClient. listClusters(Consumer<ListClustersRequest.Builder> listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account.default CompletableFuture<ListClustersResponse>EmrAsyncClient. listClusters(ListClustersRequest listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account. -
Uses of ListClustersResponse in software.amazon.awssdk.services.emr.paginators
Methods in software.amazon.awssdk.services.emr.paginators that return types with arguments of type ListClustersResponse Modifier and Type Method Description Iterator<ListClustersResponse>ListClustersIterable. iterator()Method parameters in software.amazon.awssdk.services.emr.paginators with type arguments of type ListClustersResponse Modifier and Type Method Description voidListClustersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClustersResponse> subscriber)
-