Uses of Class
com.amazonaws.services.cognitoidp.model.StringAttributeConstraintsType
-
Packages that use StringAttributeConstraintsType Package Description com.amazonaws.services.cognitoidp.model -
-
Uses of StringAttributeConstraintsType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return StringAttributeConstraintsType Modifier and Type Method Description StringAttributeConstraintsType
StringAttributeConstraintsType. clone()
StringAttributeConstraintsType
SchemaAttributeType. getStringAttributeConstraints()
Specifies the constraints for an attribute of the string type.StringAttributeConstraintsType
StringAttributeConstraintsType. withMaxLength(String maxLength)
The maximum length of an attribute value of the string type.StringAttributeConstraintsType
StringAttributeConstraintsType. withMinLength(String minLength)
The minimum length of an attribute value of the string type.Methods in com.amazonaws.services.cognitoidp.model with parameters of type StringAttributeConstraintsType Modifier and Type Method Description void
SchemaAttributeType. setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.SchemaAttributeType
SchemaAttributeType. withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)
Specifies the constraints for an attribute of the string type.
-