Uses of Class
software.amazon.awssdk.services.mq.model.BrokerInstance
-
Packages that use BrokerInstance Package Description software.amazon.awssdk.services.mq.model -
-
Uses of BrokerInstance in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type BrokerInstance Modifier and Type Method Description List<BrokerInstance>DescribeBrokerResponse. brokerInstances()A list of information about allocated brokers.Methods in software.amazon.awssdk.services.mq.model with parameters of type BrokerInstance Modifier and Type Method Description DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. brokerInstances(BrokerInstance... brokerInstances)A list of information about allocated brokers.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type BrokerInstance Modifier and Type Method Description DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. brokerInstances(Collection<BrokerInstance> brokerInstances)A list of information about allocated brokers.
-