Uses of Class
com.amazonaws.services.elasticbeanstalk.model.OptionRestrictionRegex
-
Packages that use OptionRestrictionRegex Package Description com.amazonaws.services.elasticbeanstalk.model -
-
Uses of OptionRestrictionRegex in com.amazonaws.services.elasticbeanstalk.model
Methods in com.amazonaws.services.elasticbeanstalk.model that return OptionRestrictionRegex Modifier and Type Method Description OptionRestrictionRegexOptionRestrictionRegex. clone()OptionRestrictionRegexConfigurationOptionDescription. getRegex()If specified, the configuration option must be a string value that satisfies this regular expression.OptionRestrictionRegexOptionRestrictionRegex. withLabel(String label)A unique name representing this regular expression.OptionRestrictionRegexOptionRestrictionRegex. withPattern(String pattern)The regular expression pattern that a string configuration option value with this restriction must match.Methods in com.amazonaws.services.elasticbeanstalk.model with parameters of type OptionRestrictionRegex Modifier and Type Method Description voidConfigurationOptionDescription. setRegex(OptionRestrictionRegex regex)If specified, the configuration option must be a string value that satisfies this regular expression.ConfigurationOptionDescriptionConfigurationOptionDescription. withRegex(OptionRestrictionRegex regex)If specified, the configuration option must be a string value that satisfies this regular expression.
-