Uses of Class
software.amazon.awssdk.services.elasticbeanstalk.model.OptionRestrictionRegex
-
Packages that use OptionRestrictionRegex Package Description software.amazon.awssdk.services.elasticbeanstalk.model -
-
Uses of OptionRestrictionRegex in software.amazon.awssdk.services.elasticbeanstalk.model
Methods in software.amazon.awssdk.services.elasticbeanstalk.model that return OptionRestrictionRegex Modifier and Type Method Description OptionRestrictionRegexConfigurationOptionDescription. regex()If specified, the configuration option must be a string value that satisfies this regular expression.Methods in software.amazon.awssdk.services.elasticbeanstalk.model with parameters of type OptionRestrictionRegex Modifier and Type Method Description ConfigurationOptionDescription.BuilderConfigurationOptionDescription.Builder. regex(OptionRestrictionRegex regex)If specified, the configuration option must be a string value that satisfies this regular expression.
-