Package | Description |
---|---|
com.amazonaws.services.cognitoidp.model | |
com.amazonaws.services.cognitoidp.model.transform |
Modifier and Type | Field and Description |
---|---|
private NumberAttributeConstraintsType |
SchemaAttributeType.numberAttributeConstraints
Specifies the constraints for an attribute of the number type.
|
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(java.lang.String maxValue)
The maximum value of an attribute that is of the number data type.
|
NumberAttributeConstraintsType |
NumberAttributeConstraintsType.withMinValue(java.lang.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.
|
Modifier and Type | Method and Description |
---|---|
NumberAttributeConstraintsType |
NumberAttributeConstraintsTypeJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
NumberAttributeConstraintsTypeJsonMarshaller.marshall(NumberAttributeConstraintsType numberAttributeConstraintsType,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|