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 ParameterConstraintsParameterConstraints. clone()ParameterConstraintsParameterDeclaration. getParameterConstraints()The criteria that AWS CloudFormation uses to validate parameter values.ParameterConstraintsParameterConstraints. withAllowedValues(String... allowedValues)A list of values that are permitted for a parameter.ParameterConstraintsParameterConstraints. 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 voidParameterDeclaration. setParameterConstraints(ParameterConstraints parameterConstraints)The criteria that AWS CloudFormation uses to validate parameter values.ParameterDeclarationParameterDeclaration. withParameterConstraints(ParameterConstraints parameterConstraints)The criteria that AWS CloudFormation uses to validate parameter values.
-