Uses of Class
software.amazon.awssdk.services.kafka.model.ListClusterOperationsRequest
-
Packages that use ListClusterOperationsRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.paginators software.amazon.awssdk.services.kafka.transform -
-
Uses of ListClusterOperationsRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type ListClusterOperationsRequest Modifier and Type Method Description default CompletableFuture<ListClusterOperationsResponse>KafkaAsyncClient. listClusterOperations(ListClusterOperationsRequest 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.default ListClusterOperationsPublisherKafkaAsyncClient. listClusterOperationsPaginator(ListClusterOperationsRequest 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. -
Uses of ListClusterOperationsRequest in software.amazon.awssdk.services.kafka.paginators
Constructors in software.amazon.awssdk.services.kafka.paginators with parameters of type ListClusterOperationsRequest Constructor Description ListClusterOperationsIterable(KafkaClient client, ListClusterOperationsRequest firstRequest)ListClusterOperationsPublisher(KafkaAsyncClient client, ListClusterOperationsRequest firstRequest) -
Uses of ListClusterOperationsRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type ListClusterOperationsRequest Modifier and Type Method Description SdkHttpFullRequestListClusterOperationsRequestMarshaller. marshall(ListClusterOperationsRequest listClusterOperationsRequest)
-