Uses of Class
com.amazonaws.services.cognitoidp.model.NumberAttributeConstraintsType
-
Packages that use NumberAttributeConstraintsType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of NumberAttributeConstraintsType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return NumberAttributeConstraintsType Modifier and Type Method Description NumberAttributeConstraintsTypeNumberAttributeConstraintsType. clone()NumberAttributeConstraintsTypeSchemaAttributeType. getNumberAttributeConstraints()Specifies the constraints for an attribute of the number type.NumberAttributeConstraintsTypeNumberAttributeConstraintsType. withMaxValue(String maxValue)The maximum value of an attribute that is of the number data type.NumberAttributeConstraintsTypeNumberAttributeConstraintsType. withMinValue(String minValue)The minimum value of an attribute that is of the number data type.Methods in com.amazonaws.services.cognitoidp.model with parameters of type NumberAttributeConstraintsType Modifier and Type Method Description voidSchemaAttributeType. setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)Specifies the constraints for an attribute of the number type.SchemaAttributeTypeSchemaAttributeType. withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)Specifies the constraints for an attribute of the number type.
-