Uses of Class
software.amazon.awssdk.services.kafka.model.GetCompatibleKafkaVersionsResponse
-
Packages that use GetCompatibleKafkaVersionsResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of GetCompatibleKafkaVersionsResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return GetCompatibleKafkaVersionsResponse Modifier and Type Method Description default GetCompatibleKafkaVersionsResponseKafkaClient. getCompatibleKafkaVersions(Consumer<GetCompatibleKafkaVersionsRequest.Builder> getCompatibleKafkaVersionsRequest)Gets the Apache Kafka versions to which you can update the MSK cluster.default GetCompatibleKafkaVersionsResponseKafkaClient. getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)Gets the Apache Kafka versions to which you can update the MSK cluster.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type GetCompatibleKafkaVersionsResponse Modifier and Type Method 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.
-