| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| software.amazon.awssdk.services.kafka.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListClusterOperationsResponse |
KafkaClient.listClusterOperations(Consumer<ListClusterOperationsRequest.Builder> listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
default ListClusterOperationsResponse |
KafkaClient.listClusterOperations(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClusterOperationsResponse> |
ListClusterOperationsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterOperationsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListClusterOperationsResponse> subscriber) |
Copyright © 2023. All rights reserved.