Uses of Interface
software.amazon.awssdk.services.mq.MqBaseClientBuilder
-
Packages that use MqBaseClientBuilder 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 MqBaseClientBuilder in software.amazon.awssdk.services.mq
Classes in software.amazon.awssdk.services.mq with type parameters of type MqBaseClientBuilder Modifier and Type Interface Description interfaceMqBaseClientBuilder<B extends MqBaseClientBuilder<B,C>,C>This includes configuration specific to AmazonMQ that is supported by bothMqClientBuilderandMqAsyncClientBuilder.Subinterfaces of MqBaseClientBuilder in software.amazon.awssdk.services.mq Modifier and Type Interface Description interfaceMqAsyncClientBuilderA builder for creating an instance ofMqAsyncClient.interfaceMqClientBuilderA builder for creating an instance ofMqClient.
-