Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private StringAttributeConstraintsType |
SchemaAttributeType.stringAttributeConstraints
Specifies the constraints for an attribute of the string type.
|
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(java.lang.String maxLength)
The maximum length of an attribute value of the string type.
|
StringAttributeConstraintsType |
StringAttributeConstraintsType.withMinLength(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
StringAttributeConstraintsType |
StringAttributeConstraintsTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
StringAttributeConstraintsTypeJsonMarshaller.marshall(StringAttributeConstraintsType stringAttributeConstraintsType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|