| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
List<DestinationFlowConfig> |
CreateFlowRequest.destinationFlowConfigList()
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
List<DestinationFlowConfig> |
DescribeFlowResponse.destinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
List<DestinationFlowConfig> |
UpdateFlowRequest.destinationFlowConfigList()
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.destinationFlowConfigList(DestinationFlowConfig... destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlowRequest.Builder |
CreateFlowRequest.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow places data in the destination connector.
|
DescribeFlowResponse.Builder |
DescribeFlowResponse.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
UpdateFlowRequest.Builder |
UpdateFlowRequest.Builder.destinationFlowConfigList(Collection<DestinationFlowConfig> destinationFlowConfigList)
The configuration that controls how Amazon AppFlow transfers data to the destination connector.
|
Copyright © 2022. All rights reserved.