| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka |
The operations for managing an Amazon MSK cluster.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateClusterConfigurationResponse |
KafkaClient.updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
default UpdateClusterConfigurationResponse |
KafkaClient.updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateClusterConfigurationResponse> |
KafkaAsyncClient.updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
default CompletableFuture<UpdateClusterConfigurationResponse> |
KafkaAsyncClient.updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
Updates the cluster with the configuration that is specified in the request body.
|
Copyright © 2023. All rights reserved.