Uses of Class
software.amazon.awssdk.services.kafka.model.ListClusterOperationsV2Response
-
Packages that use ListClusterOperationsV2Response Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.paginators -
-
Uses of ListClusterOperationsV2Response in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return ListClusterOperationsV2Response Modifier and Type Method Description default ListClusterOperationsV2ResponseKafkaClient. listClusterOperationsV2(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default ListClusterOperationsV2ResponseKafkaClient. listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)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 ListClusterOperationsV2Response Modifier and Type Method Description default CompletableFuture<ListClusterOperationsV2Response>KafkaAsyncClient. listClusterOperationsV2(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster.default CompletableFuture<ListClusterOperationsV2Response>KafkaAsyncClient. listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)Returns a list of all the operations that have been performed on the specified MSK cluster. -
Uses of ListClusterOperationsV2Response in software.amazon.awssdk.services.kafka.paginators
Methods in software.amazon.awssdk.services.kafka.paginators that return types with arguments of type ListClusterOperationsV2Response Modifier and Type Method Description Iterator<ListClusterOperationsV2Response>ListClusterOperationsV2Iterable. iterator()Method parameters in software.amazon.awssdk.services.kafka.paginators with type arguments of type ListClusterOperationsV2Response Modifier and Type Method Description voidListClusterOperationsV2Publisher. subscribe(org.reactivestreams.Subscriber<? super ListClusterOperationsV2Response> subscriber)
-