Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateClusterConfigurationRequest
-
Packages that use UpdateClusterConfigurationRequest Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster.software.amazon.awssdk.services.kafka.transform -
-
Uses of UpdateClusterConfigurationRequest in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka with parameters of type UpdateClusterConfigurationRequest Modifier and Type Method Description default CompletableFuture<UpdateClusterConfigurationResponse>KafkaAsyncClient. updateClusterConfiguration(UpdateClusterConfigurationRequest 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. -
Uses of UpdateClusterConfigurationRequest in software.amazon.awssdk.services.kafka.transform
Methods in software.amazon.awssdk.services.kafka.transform with parameters of type UpdateClusterConfigurationRequest Modifier and Type Method Description SdkHttpFullRequestUpdateClusterConfigurationRequestMarshaller. marshall(UpdateClusterConfigurationRequest updateClusterConfigurationRequest)
-