| 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 ListClusterOperationsResponse |
KafkaClient.listClusterOperations(ListClusterOperationsRequest 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.
|
default ListClusterOperationsIterable |
KafkaClient.listClusterOperationsPaginator(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
default ListClusterOperationsPublisher |
KafkaAsyncClient.listClusterOperationsPaginator(ListClusterOperationsRequest listClusterOperationsRequest)
Returns a list of all the operations that have been performed on the specified MSK cluster.
|
| Constructor and Description |
|---|
ListClusterOperationsIterable(KafkaClient client,
ListClusterOperationsRequest firstRequest) |
ListClusterOperationsPublisher(KafkaAsyncClient client,
ListClusterOperationsRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
ListClusterOperationsRequestMarshaller.marshall(ListClusterOperationsRequest listClusterOperationsRequest) |
Copyright © 2023. All rights reserved.