| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default UpdateConfigurationResponse |
MqClient.updateConfiguration(Consumer<UpdateConfigurationRequest.Builder> updateConfigurationRequest)
Updates the specified configuration.
|
default UpdateConfigurationResponse |
MqClient.updateConfiguration(UpdateConfigurationRequest updateConfigurationRequest)
Updates the specified configuration.
|
| Modifier and Type | Method and 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.
|
Copyright © 2022. All rights reserved.