Uses of Class
com.amazonaws.services.cloudformation.model.ParameterConstraints
-
Packages that use ParameterConstraints Package Description com.amazonaws.services.cloudformation.model -
-
Uses of ParameterConstraints in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ParameterConstraints Modifier and Type Method Description ParameterConstraints
ParameterConstraints. clone()
ParameterConstraints
ParameterDeclaration. getParameterConstraints()
The criteria that AWS CloudFormation uses to validate parameter values.ParameterConstraints
ParameterConstraints. withAllowedValues(String... allowedValues)
A list of values that are permitted for a parameter.ParameterConstraints
ParameterConstraints. withAllowedValues(Collection<String> allowedValues)
A list of values that are permitted for a parameter.Methods in com.amazonaws.services.cloudformation.model with parameters of type ParameterConstraints Modifier and Type Method Description void
ParameterDeclaration. setParameterConstraints(ParameterConstraints parameterConstraints)
The criteria that AWS CloudFormation uses to validate parameter values.ParameterDeclaration
ParameterDeclaration. withParameterConstraints(ParameterConstraints parameterConstraints)
The criteria that AWS CloudFormation uses to validate parameter values.
-