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 StringAttributeConstraintsTypeStringAttributeConstraintsType. clone()StringAttributeConstraintsTypeSchemaAttributeType. getStringAttributeConstraints()Specifies the constraints for an attribute of the string type.StringAttributeConstraintsTypeStringAttributeConstraintsType. withMaxLength(String maxLength)The maximum length of an attribute value of the string type.StringAttributeConstraintsTypeStringAttributeConstraintsType. 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 voidSchemaAttributeType. setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)Specifies the constraints for an attribute of the string type.SchemaAttributeTypeSchemaAttributeType. withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints)Specifies the constraints for an attribute of the string type.
-