| Package | Description |
|---|---|
| com.amazonaws.services.cognitoidp.model |
| Modifier and Type | Method and Description |
|---|---|
NumberAttributeConstraintsType |
NumberAttributeConstraintsType.clone() |
NumberAttributeConstraintsType |
SchemaAttributeType.getNumberAttributeConstraints()
Specifies the constraints for an attribute of the number type.
|
NumberAttributeConstraintsType |
NumberAttributeConstraintsType.withMaxValue(String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType |
NumberAttributeConstraintsType.withMinValue(String minValue)
The minimum value of an attribute that is of the number data type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaAttributeType.setNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
SchemaAttributeType |
SchemaAttributeType.withNumberAttributeConstraints(NumberAttributeConstraintsType numberAttributeConstraints)
Specifies the constraints for an attribute of the number type.
|
Copyright © 2020. All rights reserved.