| Package | Description |
|---|---|
| software.amazon.awssdk.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DataTransferApi |
CustomConnectorSourceProperties.dataTransferApi()
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataTransferApi> |
ConnectorConfiguration.supportedDataTransferApis()
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
| Modifier and Type | Method and Description |
|---|---|
CustomConnectorSourceProperties.Builder |
CustomConnectorSourceProperties.Builder.dataTransferApi(DataTransferApi dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedDataTransferApis(DataTransferApi... supportedDataTransferApis)
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectorConfiguration.Builder |
ConnectorConfiguration.Builder.supportedDataTransferApis(Collection<DataTransferApi> supportedDataTransferApis)
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
Copyright © 2023. All rights reserved.