Uses of Class
software.amazon.awssdk.services.kafka.model.ListClusterOperationsResponse
-
Packages that use ListClusterOperationsResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.paginators -
-
Uses of ListClusterOperationsResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return ListClusterOperationsResponse Modifier and Type Method Description default ListClusterOperationsResponseKafkaClient. listClusterOperations(Consumer<ListClusterOperationsRequest.Builder> listClusterOperationsRequest)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsResponseKafkaClient. listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)Returns a list of all the operations that have been performed on the specified MSK cluster.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type ListClusterOperationsResponse Modifier and Type Method Description default CompletableFuture<ListClusterOperationsResponse>KafkaAsyncClient. listClusterOperations(Consumer<ListClusterOperationsRequest.Builder> listClusterOperationsRequest)Returns a list of all the operations that have been performed on the specified MSK cluster.default CompletableFuture<ListClusterOperationsResponse>KafkaAsyncClient. listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)Returns a list of all the operations that have been performed on the specified MSK cluster. -
Uses of ListClusterOperationsResponse in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ListClusterOperationsResponse Modifier and Type Method Description Iterator<ListClusterOperationsResponse>ListClusterOperationsIterable. iterator()Method parameters in software.amazon.awssdk.services.kafka.paginators with type arguments of type ListClusterOperationsResponse Modifier and Type Method Description voidListClusterOperationsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListClusterOperationsResponse> subscriber)
-