| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default GetCompatibleKafkaVersionsResponse |
KafkaClient.getCompatibleKafkaVersions(Consumer<GetCompatibleKafkaVersionsRequest.Builder> getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
default GetCompatibleKafkaVersionsResponse |
KafkaClient.getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetCompatibleKafkaVersionsResponse> |
KafkaAsyncClient.getCompatibleKafkaVersions(Consumer<GetCompatibleKafkaVersionsRequest.Builder> getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
default CompletableFuture<GetCompatibleKafkaVersionsResponse> |
KafkaAsyncClient.getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
Copyright © 2023. All rights reserved.