| 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 DescribeBrokerResponse |
MqClient.describeBroker(Consumer<DescribeBrokerRequest.Builder> describeBrokerRequest)
Returns information about the specified broker.
|
default DescribeBrokerResponse |
MqClient.describeBroker(DescribeBrokerRequest describeBrokerRequest)
Returns information about the specified broker.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeBrokerResponse> |
MqAsyncClient.describeBroker(Consumer<DescribeBrokerRequest.Builder> describeBrokerRequest)
Returns information about the specified broker.
|
default CompletableFuture<DescribeBrokerResponse> |
MqAsyncClient.describeBroker(DescribeBrokerRequest describeBrokerRequest)
Returns information about the specified broker.
|
Copyright © 2022. All rights reserved.