| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
Range |
Range.clone() |
Range |
FieldTypeDetails.getFieldLengthRange()
This is the allowable length range for this field's value.
|
Range |
FieldTypeDetails.getFieldValueRange()
The range of values this field can hold.
|
Range |
Range.withMaximum(Double maximum)
Maximum value supported by the field.
|
Range |
Range.withMinimum(Double minimum)
Minimum value supported by the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldTypeDetails.setFieldLengthRange(Range fieldLengthRange)
This is the allowable length range for this field's value.
|
void |
FieldTypeDetails.setFieldValueRange(Range fieldValueRange)
The range of values this field can hold.
|
FieldTypeDetails |
FieldTypeDetails.withFieldLengthRange(Range fieldLengthRange)
This is the allowable length range for this field's value.
|
FieldTypeDetails |
FieldTypeDetails.withFieldValueRange(Range fieldValueRange)
The range of values this field can hold.
|
Copyright © 2025. All rights reserved.