Uses of Class
software.amazon.awssdk.services.mq.model.DescribeBrokerResponse
-
Packages that use DescribeBrokerResponse 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 DescribeBrokerResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return DescribeBrokerResponse Modifier and Type Method Description default DescribeBrokerResponseMqClient. describeBroker(Consumer<DescribeBrokerRequest.Builder> describeBrokerRequest)Returns information about the specified broker.default DescribeBrokerResponseMqClient. describeBroker(DescribeBrokerRequest describeBrokerRequest)Returns information about the specified broker.Methods in software.amazon.awssdk.services.mq that return types with arguments of type DescribeBrokerResponse Modifier and Type Method 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.
-