| 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 PromoteResponse |
MqClient.promote(Consumer<PromoteRequest.Builder> promoteRequest)
Promotes a data replication replica broker to the primary broker role.
|
default PromoteResponse |
MqClient.promote(PromoteRequest promoteRequest)
Promotes a data replication replica broker to the primary broker role.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<PromoteResponse> |
MqAsyncClient.promote(Consumer<PromoteRequest.Builder> promoteRequest)
Promotes a data replication replica broker to the primary broker role.
|
default CompletableFuture<PromoteResponse> |
MqAsyncClient.promote(PromoteRequest promoteRequest)
Promotes a data replication replica broker to the primary broker role.
|
Copyright © 2023. All rights reserved.