| 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 |
| Modifier and Type | Method and Description |
|---|---|
default ListClusterOperationsV2Response |
KafkaClient.listClusterOperationsV2(ListClusterOperationsV2Request 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.
|
default ListClusterOperationsV2Iterable |
KafkaClient.listClusterOperationsV2Paginator(ListClusterOperationsV2Request listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
default ListClusterOperationsV2Publisher |
KafkaAsyncClient.listClusterOperationsV2Paginator(ListClusterOperationsV2Request listClusterOperationsV2Request)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
| Constructor and Description |
|---|
ListClusterOperationsV2Iterable(KafkaClient client,
ListClusterOperationsV2Request firstRequest) |
ListClusterOperationsV2Publisher(KafkaAsyncClient client,
ListClusterOperationsV2Request firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListClusterOperationsV2RequestMarshaller.marshall(ListClusterOperationsV2Request listClusterOperationsV2Request) |
Copyright © 2023. All rights reserved.