Uses of Class
com.amazonaws.services.cognitoidp.model.NumberAttributeConstraintsType
Packages that use NumberAttributeConstraintsType
-
Uses of NumberAttributeConstraintsType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return NumberAttributeConstraintsTypeModifier and TypeMethodDescriptionNumberAttributeConstraintsType.clone()
SchemaAttributeType.getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.NumberAttributeConstraintsType.withMaxValue
(String maxValue) The maximum value of an attribute that is of the number data type.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 NumberAttributeConstraintsTypeModifier and TypeMethodDescriptionvoid
SchemaAttributeType.setNumberAttributeConstraints
(NumberAttributeConstraintsType numberAttributeConstraints) Specifies the constraints for an attribute of the number type.SchemaAttributeType.withNumberAttributeConstraints
(NumberAttributeConstraintsType numberAttributeConstraints) Specifies the constraints for an attribute of the number type.