Uses of Class
software.amazon.awssdk.services.emr.paginators.ListClustersIterable
-
Packages that use ListClustersIterable Package Description software.amazon.awssdk.services.emr Amazon EMR is a web service that makes it easier to process large amounts of data efficiently. -
-
Uses of ListClustersIterable in software.amazon.awssdk.services.emr
Methods in software.amazon.awssdk.services.emr that return ListClustersIterable Modifier and Type Method Description default ListClustersIterableEmrClient. listClustersPaginator()Provides the status of all clusters visible to this Amazon Web Services account.default ListClustersIterableEmrClient. listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account.default ListClustersIterableEmrClient. listClustersPaginator(ListClustersRequest listClustersRequest)Provides the status of all clusters visible to this Amazon Web Services account.
-