Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.