| Package | Description |
|---|---|
| com.amazonaws.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
GetCompatibleKafkaVersionsResult |
AWSKafkaClient.getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest request)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
GetCompatibleKafkaVersionsResult |
AbstractAWSKafka.getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest request) |
GetCompatibleKafkaVersionsResult |
AWSKafka.getCompatibleKafkaVersions(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCompatibleKafkaVersionsResult> |
AbstractAWSKafkaAsync.getCompatibleKafkaVersionsAsync(GetCompatibleKafkaVersionsRequest request,
AsyncHandler<GetCompatibleKafkaVersionsRequest,GetCompatibleKafkaVersionsResult> asyncHandler) |
Future<GetCompatibleKafkaVersionsResult> |
AWSKafkaAsyncClient.getCompatibleKafkaVersionsAsync(GetCompatibleKafkaVersionsRequest request,
AsyncHandler<GetCompatibleKafkaVersionsRequest,GetCompatibleKafkaVersionsResult> asyncHandler) |
Future<GetCompatibleKafkaVersionsResult> |
AWSKafkaAsync.getCompatibleKafkaVersionsAsync(GetCompatibleKafkaVersionsRequest getCompatibleKafkaVersionsRequest,
AsyncHandler<GetCompatibleKafkaVersionsRequest,GetCompatibleKafkaVersionsResult> asyncHandler)
Gets the Apache Kafka versions to which you can update the MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
GetCompatibleKafkaVersionsResult |
GetCompatibleKafkaVersionsResult.clone() |
GetCompatibleKafkaVersionsResult |
GetCompatibleKafkaVersionsResult.withCompatibleKafkaVersions(Collection<CompatibleKafkaVersion> compatibleKafkaVersions)
A list of CompatibleKafkaVersion objects.
|
GetCompatibleKafkaVersionsResult |
GetCompatibleKafkaVersionsResult.withCompatibleKafkaVersions(CompatibleKafkaVersion... compatibleKafkaVersions)
A list of CompatibleKafkaVersion objects.
|
Copyright © 2023. All rights reserved.