| 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 |
|---|---|
UpdateClusterConfigurationResult |
AbstractAWSKafka.updateClusterConfiguration(UpdateClusterConfigurationRequest request) |
UpdateClusterConfigurationResult |
AWSKafka.updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
UpdateClusterConfigurationResult |
AWSKafkaClient.updateClusterConfiguration(UpdateClusterConfigurationRequest request)
Updates the cluster with the configuration that is specified in the request body.
|
| 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 |
|---|---|
UpdateClusterConfigurationResult |
UpdateClusterConfigurationResult.clone() |
UpdateClusterConfigurationResult |
UpdateClusterConfigurationResult.withClusterArn(String clusterArn)
The Amazon Resource Name (ARN) of the cluster.
|
UpdateClusterConfigurationResult |
UpdateClusterConfigurationResult.withClusterOperationArn(String clusterOperationArn)
The Amazon Resource Name (ARN) of the cluster operation.
|
Copyright © 2022. All rights reserved.