Uses of Class
software.amazon.awssdk.services.mq.model.PromoteRequest
-
Packages that use PromoteRequest 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.transform -
-
Uses of PromoteRequest in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq with parameters of type PromoteRequest Modifier and Type Method Description default CompletableFuture<PromoteResponse>MqAsyncClient. promote(PromoteRequest 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. -
Uses of PromoteRequest in software.amazon.awssdk.services.mq.transform
Methods in software.amazon.awssdk.services.mq.transform with parameters of type PromoteRequest Modifier and Type Method Description SdkHttpFullRequestPromoteRequestMarshaller. marshall(PromoteRequest promoteRequest)
-