| 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 ListClusterOperationsV2Response |
KafkaClient.listClusterOperationsV2(Consumer<ListClusterOperationsV2Request.Builder> listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
default ListClusterOperationsV2Response |
KafkaClient.listClusterOperationsV2(ListClusterOperationsV2Request listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListClusterOperationsV2Response> |
ListClusterOperationsV2Iterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListClusterOperationsV2Publisher.subscribe(org.reactivestreams.Subscriber<? super ListClusterOperationsV2Response> subscriber) |
Copyright © 2023. All rights reserved.