Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionValueType
-
Packages that use ConfigurationOptionValueType Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of ConfigurationOptionValueType in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionValueType Modifier and Type Method Description static ConfigurationOptionValueType
ConfigurationOptionValueType. fromValue(String value)
Use this in place of valueOf.static ConfigurationOptionValueType
ConfigurationOptionValueType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConfigurationOptionValueType[]
ConfigurationOptionValueType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionValueType Modifier and Type Method Description void
ConfigurationOptionDescription. setValueType(ConfigurationOptionValueType valueType)
An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:ConfigurationOptionDescription
ConfigurationOptionDescription. withValueType(ConfigurationOptionValueType valueType)
An indication of which type of values this option has and whether it is allowable to select one or more than one of the possible values:
-