| Package | Description |
|---|---|
| com.amazonaws.appflow.custom.connector.model.connectorconfiguration | |
| com.amazonaws.appflow.custom.connector.model.metadata |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorOperator |
ConnectorOperator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectorOperator[] |
ConnectorOperator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ConnectorOperator> |
ImmutableDescribeConnectorConfigurationResponse.operatorsSupported()
Operators supported by the connector.
|
default List<ConnectorOperator> |
DescribeConnectorConfigurationResponse.operatorsSupported()
Operators supported by the connector.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addOperatorsSupported(ConnectorOperator... elements)
Adds elements to
operatorsSupported list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addOperatorsSupported(ConnectorOperator element)
Adds one element to
operatorsSupported list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withOperatorsSupported(ConnectorOperator... elements)
Copy the current immutable object with elements that replace the content of
operatorsSupported. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.addAllOperatorsSupported(Iterable<? extends ConnectorOperator> elements)
Adds elements to
operatorsSupported list. |
ImmutableDescribeConnectorConfigurationResponse.Builder |
ImmutableDescribeConnectorConfigurationResponse.Builder.operatorsSupported(Iterable<? extends ConnectorOperator> elements)
Sets or replaces all elements for
operatorsSupported list. |
ImmutableDescribeConnectorConfigurationResponse |
ImmutableDescribeConnectorConfigurationResponse.withOperatorsSupported(Iterable<? extends ConnectorOperator> elements)
Copy the current immutable object with elements that replace the content of
operatorsSupported. |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ConnectorOperator> |
ImmutableFieldDefinition.filterOperators()
Filter Operators applicable for this field.
|
default List<ConnectorOperator> |
FieldDefinition.filterOperators()
Filter Operators applicable for this field.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addFilterOperators(ConnectorOperator... elements)
Adds elements to
filterOperators list. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addFilterOperators(ConnectorOperator element)
Adds one element to
filterOperators list. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withFilterOperators(ConnectorOperator... elements)
Copy the current immutable object with elements that replace the content of
filterOperators. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.addAllFilterOperators(Iterable<? extends ConnectorOperator> elements)
Adds elements to
filterOperators list. |
ImmutableFieldDefinition.Builder |
ImmutableFieldDefinition.Builder.filterOperators(Iterable<? extends ConnectorOperator> elements)
Sets or replaces all elements for
filterOperators list. |
ImmutableFieldDefinition |
ImmutableFieldDefinition.withFilterOperators(Iterable<? extends ConnectorOperator> elements)
Copy the current immutable object with elements that replace the content of
filterOperators. |
Copyright © 2021–2022 Amazon Web Services. All rights reserved.