Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<ConfigurationOptionDescription> |
DescribeConfigurationOptionsResult.options
A list of ConfigurationOptionDescription.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOptionDescription |
ConfigurationOptionDescription.clone() |
ConfigurationOptionDescription |
ConfigurationOptionDescription.withChangeSeverity(java.lang.String changeSeverity)
An indication of which action is required if the value for this
configuration option changes:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withDefaultValue(java.lang.String defaultValue)
The default value for this configuration option.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMaxLength(java.lang.Integer maxLength)
If specified, the configuration option must be a string value no longer
than this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMaxValue(java.lang.Integer maxValue)
If specified, the configuration option must be a numeric value less than
this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withMinValue(java.lang.Integer minValue)
If specified, the configuration option must be a numeric value greater
than this value.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withName(java.lang.String name)
The name of the configuration option.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withNamespace(java.lang.String namespace)
A unique namespace identifying the option's associated AWS resource.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withRegex(OptionRestrictionRegex regex)
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withUserDefined(java.lang.Boolean userDefined)
An indication of whether the user defined this configuration option:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueOptions(java.util.Collection<java.lang.String> valueOptions)
If specified, values for the configuration option are selected from this
list.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueOptions(java.lang.String... valueOptions)
If specified, values for the configuration option are selected from this
list.
|
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:
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withValueType(java.lang.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:
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ConfigurationOptionDescription> |
DescribeConfigurationOptionsResult.getOptions()
A list of ConfigurationOptionDescription.
|
Modifier and Type | Method and Description |
---|---|
DescribeConfigurationOptionsResult |
DescribeConfigurationOptionsResult.withOptions(ConfigurationOptionDescription... options)
A list of ConfigurationOptionDescription.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeConfigurationOptionsResult.setOptions(java.util.Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
|
DescribeConfigurationOptionsResult |
DescribeConfigurationOptionsResult.withOptions(java.util.Collection<ConfigurationOptionDescription> options)
A list of ConfigurationOptionDescription.
|
Modifier and Type | Method and Description |
---|---|
ConfigurationOptionDescription |
ConfigurationOptionDescriptionStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |