Uses of Class
software.amazon.awssdk.services.kafka.paginators.ListClustersPublisher
-
Packages that use ListClustersPublisher Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of ListClustersPublisher in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return ListClustersPublisher Modifier and Type Method Description default ListClustersPublisherKafkaAsyncClient. listClustersPaginator()Returns a list of all the MSK clusters in the current Region.default ListClustersPublisherKafkaAsyncClient. listClustersPaginator(Consumer<ListClustersRequest.Builder> listClustersRequest)Returns a list of all the MSK clusters in the current Region.default ListClustersPublisherKafkaAsyncClient. listClustersPaginator(ListClustersRequest listClustersRequest)Returns a list of all the MSK clusters in the current Region.
-