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