Uses of Class
software.amazon.awssdk.services.mq.model.EngineType
-
Packages that use EngineType Package Description software.amazon.awssdk.services.mq.model -
-
Uses of EngineType in software.amazon.awssdk.services.mq.model
Methods in software.amazon.awssdk.services.mq.model that return EngineType Modifier and Type Method Description EngineTypeBrokerEngineType. engineType()The broker's engine type.EngineTypeBrokerInstanceOption. engineType()The broker's engine type.EngineTypeBrokerSummary. engineType()The type of broker engine.EngineTypeConfiguration. engineType()Required.EngineTypeCreateBrokerRequest. engineType()Required.EngineTypeCreateConfigurationRequest. engineType()Required.EngineTypeDescribeBrokerResponse. engineType()The type of broker engine.EngineTypeDescribeConfigurationResponse. engineType()Required.static EngineTypeEngineType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static EngineTypeEngineType. valueOf(String name)Returns the enum constant of this type with the specified name.static EngineType[]EngineType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mq.model that return types with arguments of type EngineType Modifier and Type Method Description static Set<EngineType>EngineType. knownValues()Methods in software.amazon.awssdk.services.mq.model with parameters of type EngineType Modifier and Type Method Description BrokerEngineType.BuilderBrokerEngineType.Builder. engineType(EngineType engineType)The broker's engine type.BrokerInstanceOption.BuilderBrokerInstanceOption.Builder. engineType(EngineType engineType)The broker's engine type.BrokerSummary.BuilderBrokerSummary.Builder. engineType(EngineType engineType)The type of broker engine.Configuration.BuilderConfiguration.Builder. engineType(EngineType engineType)Required.CreateBrokerRequest.BuilderCreateBrokerRequest.Builder. engineType(EngineType engineType)Required.CreateConfigurationRequest.BuilderCreateConfigurationRequest.Builder. engineType(EngineType engineType)Required.DescribeBrokerResponse.BuilderDescribeBrokerResponse.Builder. engineType(EngineType engineType)The type of broker engine.DescribeConfigurationResponse.BuilderDescribeConfigurationResponse.Builder. engineType(EngineType engineType)Required.
-