Uses of Class
software.amazon.awssdk.services.mq.model.EngineVersion
-
Packages that use EngineVersion Package Description software.amazon.awssdk.services.mq.model -
-
Uses of EngineVersion in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type EngineVersion Modifier and Type Method Description List<EngineVersion>BrokerEngineType. engineVersions()The list of engine versions.Methods in software.amazon.awssdk.services.mq.model with parameters of type EngineVersion Modifier and Type Method Description BrokerEngineType.BuilderBrokerEngineType.Builder. engineVersions(EngineVersion... engineVersions)The list of engine versions.Method parameters in software.amazon.awssdk.services.mq.model with type arguments of type EngineVersion Modifier and Type Method Description BrokerEngineType.BuilderBrokerEngineType.Builder. engineVersions(Collection<EngineVersion> engineVersions)The list of engine versions.
-