Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.ConfigurationOptionValueType
-
Packages that use ConfigurationOptionValueType Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of ConfigurationOptionValueType in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return ConfigurationOptionValueType Modifier and Type Method Description static ConfigurationOptionValueTypeConfigurationOptionValueType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ConfigurationOptionValueTypeConfigurationOptionValueType. 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.ConfigurationOptionValueTypeConfigurationOptionDescription. 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:Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionValueType Modifier and Type Method Description static Set<ConfigurationOptionValueType>ConfigurationOptionValueType. knownValues()Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type ConfigurationOptionValueType Modifier and Type Method Description ConfigurationOptionDescription.BuilderConfigurationOptionDescription.Builder. valueType(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:
-