Uses of Class
com.amazonaws.services.cognitoidp.model.StringAttributeConstraintsType
Packages that use StringAttributeConstraintsType
-
Uses of StringAttributeConstraintsType in com.amazonaws.services.cognitoidp.model
Methods in com.amazonaws.services.cognitoidp.model that return StringAttributeConstraintsTypeModifier and TypeMethodDescriptionStringAttributeConstraintsType.clone()SchemaAttributeType.getStringAttributeConstraints()Specifies the constraints for an attribute of the string type.StringAttributeConstraintsType.withMaxLength(String maxLength) The maximum length of an attribute value of the string type.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 StringAttributeConstraintsTypeModifier and TypeMethodDescriptionvoidSchemaAttributeType.setStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints) Specifies the constraints for an attribute of the string type.SchemaAttributeType.withStringAttributeConstraints(StringAttributeConstraintsType stringAttributeConstraints) Specifies the constraints for an attribute of the string type.