Uses of Class
software.amazon.awssdk.services.mq.model.ListBrokersResponse
-
Packages that use ListBrokersResponse 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.software.amazon.awssdk.services.mq.paginators -
-
Uses of ListBrokersResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return ListBrokersResponse Modifier and Type Method Description default ListBrokersResponseMqClient. listBrokers()Returns a list of all brokers.default ListBrokersResponseMqClient. listBrokers(Consumer<ListBrokersRequest.Builder> listBrokersRequest)Returns a list of all brokers.default ListBrokersResponseMqClient. listBrokers(ListBrokersRequest listBrokersRequest)Returns a list of all brokers.Methods in software.amazon.awssdk.services.mq that return types with arguments of type ListBrokersResponse Modifier and Type Method Description default CompletableFuture<ListBrokersResponse>MqAsyncClient. listBrokers()Returns a list of all brokers.default CompletableFuture<ListBrokersResponse>MqAsyncClient. listBrokers(Consumer<ListBrokersRequest.Builder> listBrokersRequest)Returns a list of all brokers.default CompletableFuture<ListBrokersResponse>MqAsyncClient. listBrokers(ListBrokersRequest listBrokersRequest)Returns a list of all brokers. -
Uses of ListBrokersResponse in software.amazon.awssdk.services.mq.paginators
Methods in software.amazon.awssdk.services.mq.paginators that return types with arguments of type ListBrokersResponse Modifier and Type Method Description Iterator<ListBrokersResponse>ListBrokersIterable. iterator()Method parameters in software.amazon.awssdk.services.mq.paginators with type arguments of type ListBrokersResponse Modifier and Type Method Description voidListBrokersPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBrokersResponse> subscriber)
-