Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateClusterConfigurationResponse
-
Packages that use UpdateClusterConfigurationResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of UpdateClusterConfigurationResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return UpdateClusterConfigurationResponse Modifier and Type Method Description default UpdateClusterConfigurationResponseKafkaClient. updateClusterConfiguration(Consumer<UpdateClusterConfigurationRequest.Builder> updateClusterConfigurationRequest)Updates the cluster with the configuration that is specified in the request body.default UpdateClusterConfigurationResponseKafkaClient. updateClusterConfiguration(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)Updates the cluster with the configuration that is specified in the request body.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type UpdateClusterConfigurationResponse Modifier and Type Method 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.
-