| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default DescribeClusterOperationResponse |
KafkaClient.describeClusterOperation(Consumer<DescribeClusterOperationRequest.Builder> describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
|
default DescribeClusterOperationResponse |
KafkaClient.describeClusterOperation(DescribeClusterOperationRequest describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeClusterOperationResponse> |
KafkaAsyncClient.describeClusterOperation(Consumer<DescribeClusterOperationRequest.Builder> describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
|
default CompletableFuture<DescribeClusterOperationResponse> |
KafkaAsyncClient.describeClusterOperation(DescribeClusterOperationRequest describeClusterOperationRequest)
Returns a description of the cluster operation specified by the ARN.
|
Copyright © 2023. All rights reserved.