Uses of Class
software.amazon.awssdk.services.mq.model.UpdateConfigurationResponse
-
Packages that use UpdateConfigurationResponse Package Description software.amazon.awssdk.services.mq Amazon MQ is a managed message broker service for Apache ActiveMQ and RabbitMQ that makes it easy to set up and operate message brokers in the cloud. -
-
Uses of UpdateConfigurationResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return UpdateConfigurationResponse Modifier and Type Method Description default UpdateConfigurationResponseMqClient. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates the specified configuration.default UpdateConfigurationResponseMqClient. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates the specified configuration.Methods in software.amazon.awssdk.services.mq that return types with arguments of type UpdateConfigurationResponse Modifier and Type Method Description default CompletableFuture<UpdateConfigurationResponse>MqAsyncClient. updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)Updates the specified configuration.default CompletableFuture<UpdateConfigurationResponse>MqAsyncClient. updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)Updates the specified configuration.
-