| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DestinationFlowConfig |
DestinationFlowConfig.clone() |
DestinationFlowConfig |
DestinationFlowConfig.withApiVersion(String apiVersion)
The API version that the destination connector uses.
|
DestinationFlowConfig |
DestinationFlowConfig.withConnectorProfileName(String connectorProfileName)
The name of the connector profile.
|
DestinationFlowConfig |
DestinationFlowConfig.withConnectorType(ConnectorType connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DestinationFlowConfig |
DestinationFlowConfig.withConnectorType(String connectorType)
The type of connector, such as Salesforce, Amplitude, and so on.
|
DestinationFlowConfig |
DestinationFlowConfig.withDestinationConnectorProperties(DestinationConnectorProperties destinationConnectorProperties)
This stores the information that is required to query a particular connector.
|
| Modifier and Type | Method and Description |
|---|---|
List<DestinationFlowConfig> |
CreateFlowRequest.getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
List<DestinationFlowConfig> |
DescribeFlowResult.getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
List<DestinationFlowConfig> |
UpdateFlowRequest.getDestinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest |
CreateFlowRequest.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
DescribeFlowResult |
DescribeFlowResult.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
UpdateFlowRequest.withDestinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateFlowRequest.setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
void |
DescribeFlowResult.setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
void |
UpdateFlowRequest.setDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
CreateFlowRequest |
CreateFlowRequest.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
DescribeFlowResult |
DescribeFlowResult.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest |
UpdateFlowRequest.withDestinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
Copyright © 2022. All rights reserved.