Uses of Class
software.amazon.awssdk.services.kafka.paginators.ListClusterOperationsV2Publisher
-
Packages that use ListClusterOperationsV2Publisher Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of ListClusterOperationsV2Publisher in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return ListClusterOperationsV2Publisher Modifier and Type Method Description default ListClusterOperationsV2PublisherKafkaAsyncClient. listClusterOperationsV2Paginator(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsV2PublisherKafkaAsyncClient. listClusterOperationsV2Paginator(ListClusterOperationsV2Request listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.
-