| 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 UpdateBrokerResponse |
MqClient.updateBroker(Consumer<UpdateBrokerRequest.Builder> updateBrokerRequest)
Adds a pending configuration change to a broker.
|
default UpdateBrokerResponse |
MqClient.updateBroker(UpdateBrokerRequest updateBrokerRequest)
Adds a pending configuration change to a broker.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateBrokerResponse> |
MqAsyncClient.updateBroker(Consumer<UpdateBrokerRequest.Builder> updateBrokerRequest)
Adds a pending configuration change to a broker.
|
default CompletableFuture<UpdateBrokerResponse> |
MqAsyncClient.updateBroker(UpdateBrokerRequest updateBrokerRequest)
Adds a pending configuration change to a broker.
|
Copyright © 2023. All rights reserved.