Uses of Class
software.amazon.awssdk.services.mq.model.PromoteResponse
-
Packages that use PromoteResponse 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 PromoteResponse in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq that return PromoteResponse Modifier and Type Method Description default PromoteResponseMqClient. promote(Consumer<PromoteRequest.Builder> promoteRequest)Promotes a data replication replica broker to the primary broker role.default PromoteResponseMqClient. promote(PromoteRequest promoteRequest)Promotes a data replication replica broker to the primary broker role.Methods in software.amazon.awssdk.services.mq that return types with arguments of type PromoteResponse Modifier and Type Method 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.
-