Uses of Class
software.amazon.awssdk.services.kafka.model.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description software.amazon.awssdk.services.kafka The operations for managing an Amazon MSK cluster. -
-
Uses of UpdateConfigurationResponse in software.amazon.awssdk.services.kafka
Methods in software.amazon.awssdk.services.kafka that return UpdateConfigurationResponse Modifier and Type Method Description default UpdateConfigurationResponseKafkaClient. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates an MSK configuration.default UpdateConfigurationResponseKafkaClient. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates an MSK configuration.Methods in software.amazon.awssdk.services.kafka that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationResponse>KafkaAsyncClient. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates an MSK configuration.default CompletableFuture<UpdateConfigurationResponse>KafkaAsyncClient. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates an MSK configuration.
-