Uses of Class
com.amazonaws.services.cloudformation.model.ParameterConstraints
Packages that use ParameterConstraints
-
Uses of ParameterConstraints in com.amazonaws.services.cloudformation.model
Methods in com.amazonaws.services.cloudformation.model that return ParameterConstraintsModifier and TypeMethodDescriptionParameterConstraints.clone()
ParameterDeclaration.getParameterConstraints()
The criteria that AWS CloudFormation uses to validate parameter values.ParameterConstraints.withAllowedValues
(String... allowedValues) A list of values that are permitted for a parameter.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 ParameterConstraintsModifier and TypeMethodDescriptionvoid
ParameterDeclaration.setParameterConstraints
(ParameterConstraints parameterConstraints) The criteria that AWS CloudFormation uses to validate parameter values.ParameterDeclaration.withParameterConstraints
(ParameterConstraints parameterConstraints) The criteria that AWS CloudFormation uses to validate parameter values.