| 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 |
|---|---|
Future<UpdateClusterConfigurationResult> |
AbstractAWSKafkaAsync.updateClusterConfigurationAsync(UpdateClusterConfigurationRequest request,
AsyncHandler<UpdateClusterConfigurationRequest,UpdateClusterConfigurationResult> asyncHandler) |
Future<UpdateClusterConfigurationResult> |
AWSKafkaAsync.updateClusterConfigurationAsync(UpdateClusterConfigurationRequest updateClusterConfigurationRequest,
AsyncHandler<UpdateClusterConfigurationRequest,UpdateClusterConfigurationResult> asyncHandler)
Updates the cluster with the configuration that is specified in the request body.
|
Future<UpdateClusterConfigurationResult> |
AWSKafkaAsyncClient.updateClusterConfigurationAsync(UpdateClusterConfigurationRequest request,
AsyncHandler<UpdateClusterConfigurationRequest,UpdateClusterConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateClusterConfigurationRequest |
UpdateClusterConfigurationRequest.clone() |
UpdateClusterConfigurationRequest |
UpdateClusterConfigurationRequest.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) that uniquely identifies the cluster.
|
UpdateClusterConfigurationRequest |
UpdateClusterConfigurationRequest.withConfigurationInfo(ConfigurationInfo configurationInfo)
Represents the configuration that you want MSK to use for the brokers in a cluster.
|
UpdateClusterConfigurationRequest |
UpdateClusterConfigurationRequest.withCurrentVersion(String currentVersion)
The version of the cluster that needs to be updated.
|
Copyright © 2023. All rights reserved.