Uses of Class
com.amazonaws.services.elasticbeanstalk.model.ConfigurationOptionDescription
Packages that use ConfigurationOptionDescription
-
Uses of ConfigurationOptionDescription in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return ConfigurationOptionDescriptionModifier and TypeMethodDescriptionConfigurationOptionDescription.clone()
ConfigurationOptionDescription.withChangeSeverity
(String changeSeverity) An indication of which action is required if the value for this configuration option changes:ConfigurationOptionDescription.withDefaultValue
(String defaultValue) The default value for this configuration option.ConfigurationOptionDescription.withMaxLength
(Integer maxLength) If specified, the configuration option must be a string value no longer than this value.ConfigurationOptionDescription.withMaxValue
(Integer maxValue) If specified, the configuration option must be a numeric value less than this value.ConfigurationOptionDescription.withMinValue
(Integer minValue) If specified, the configuration option must be a numeric value greater than this value.The name of the configuration option.ConfigurationOptionDescription.withNamespace
(String namespace) A unique namespace identifying the option's associated AWS resource.ConfigurationOptionDescription.withRegex
(OptionRestrictionRegex regex) If specified, the configuration option must be a string value that satisfies this regular expression.ConfigurationOptionDescription.withUserDefined
(Boolean userDefined) An indication of whether the user defined this configuration option:ConfigurationOptionDescription.withValueOptions
(String... valueOptions) If specified, values for the configuration option are selected from this list.ConfigurationOptionDescription.withValueOptions
(Collection<String> valueOptions) If specified, values for the configuration option are selected from this list.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:ConfigurationOptionDescription.withValueType
(String 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 com.amazonaws.services.elasticbeanstalk.model that return types with arguments of type ConfigurationOptionDescriptionModifier and TypeMethodDescriptionDescribeConfigurationOptionsResult.getOptions()
A list of ConfigurationOptionDescription.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type ConfigurationOptionDescriptionModifier and TypeMethodDescriptionDescribeConfigurationOptionsResult.withOptions
(ConfigurationOptionDescription... options) A list of ConfigurationOptionDescription.Method parameters in com.amazonaws.services.elasticbeanstalk.model with type arguments of type ConfigurationOptionDescriptionModifier and TypeMethodDescriptionvoid
DescribeConfigurationOptionsResult.setOptions
(Collection<ConfigurationOptionDescription> options) A list of ConfigurationOptionDescription.DescribeConfigurationOptionsResult.withOptions
(Collection<ConfigurationOptionDescription> options) A list of ConfigurationOptionDescription.