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 NumberAttributeConstraintsType
NumberAttributeConstraintsType. clone()
NumberAttributeConstraintsType
SchemaAttributeType. getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.NumberAttributeConstraintsType
NumberAttributeConstraintsType. withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.NumberAttributeConstraintsType
NumberAttributeConstraintsType. 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 void
SchemaAttributeType. setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.SchemaAttributeType
SchemaAttributeType. withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
-