Package | Description |
---|---|
com.amazonaws.services.elasticbeanstalk.model | |
com.amazonaws.services.elasticbeanstalk.model.transform |
Modifier and Type | Field and Description |
---|---|
private OptionRestrictionRegex |
ConfigurationOptionDescription.regex
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
Modifier and Type | Method and Description |
---|---|
OptionRestrictionRegex |
OptionRestrictionRegex.clone() |
OptionRestrictionRegex |
ConfigurationOptionDescription.getRegex()
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
OptionRestrictionRegex |
OptionRestrictionRegex.withLabel(java.lang.String label)
A unique name representing this regular expression.
|
OptionRestrictionRegex |
OptionRestrictionRegex.withPattern(java.lang.String pattern)
The regular expression pattern that a string configuration option value
with this restriction must match.
|
Modifier and Type | Method and Description |
---|---|
void |
ConfigurationOptionDescription.setRegex(OptionRestrictionRegex regex)
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
ConfigurationOptionDescription |
ConfigurationOptionDescription.withRegex(OptionRestrictionRegex regex)
If specified, the configuration option must be a string value that
satisfies this regular expression.
|
Modifier and Type | Method and Description |
---|---|
OptionRestrictionRegex |
OptionRestrictionRegexStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |