| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
FieldTypeDetails |
FieldTypeDetails.clone() |
FieldTypeDetails |
SupportedFieldTypeDetails.getV1()
The initial supported version for
fieldType. |
FieldTypeDetails |
FieldTypeDetails.withFieldType(String fieldType)
The type of field, such as string, integer, date, and so on.
|
FieldTypeDetails |
FieldTypeDetails.withFilterOperators(Collection<String> filterOperators)
The list of operators supported by a field.
|
FieldTypeDetails |
FieldTypeDetails.withFilterOperators(Operator... filterOperators)
The list of operators supported by a field.
|
FieldTypeDetails |
FieldTypeDetails.withFilterOperators(String... filterOperators)
The list of operators supported by a field.
|
FieldTypeDetails |
FieldTypeDetails.withSupportedValues(Collection<String> supportedValues)
The list of values that a field can contain.
|
FieldTypeDetails |
FieldTypeDetails.withSupportedValues(String... supportedValues)
The list of values that a field can contain.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SupportedFieldTypeDetails.setV1(FieldTypeDetails v1)
The initial supported version for
fieldType. |
SupportedFieldTypeDetails |
SupportedFieldTypeDetails.withV1(FieldTypeDetails v1)
The initial supported version for
fieldType. |
Copyright © 2022. All rights reserved.