Uses of Class
software.amazon.awssdk.services.mq.model.UpdateBrokerRequest
-
Packages that use UpdateBrokerRequest 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 UpdateBrokerRequest in software.amazon.awssdk.services.mq
Methods in software.amazon.awssdk.services.mq with parameters of type UpdateBrokerRequest Modifier and Type Method Description default CompletableFuture<UpdateBrokerResponse>MqAsyncClient. updateBroker(UpdateBrokerRequest updateBrokerRequest)Adds a pending configuration change to a broker.default UpdateBrokerResponseMqClient. updateBroker(UpdateBrokerRequest updateBrokerRequest)Adds a pending configuration change to a broker. -
Uses of UpdateBrokerRequest in software.amazon.awssdk.services.mq.transform
Methods in software.amazon.awssdk.services.mq.transform with parameters of type UpdateBrokerRequest Modifier and Type Method Description SdkHttpFullRequestUpdateBrokerRequestMarshaller. marshall(UpdateBrokerRequest updateBrokerRequest)
-