| Package | Description |
|---|---|
| com.amazonaws.services.appflow.model |
| Modifier and Type | Method and Description |
|---|---|
DataTransferApi |
DataTransferApi.clone() |
DataTransferApi |
CustomConnectorSourceProperties.getDataTransferApi()
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
DataTransferApi |
DataTransferApi.withName(String name)
The name of the connector application API.
|
DataTransferApi |
DataTransferApi.withType(DataTransferApiType type)
You can specify one of the following types:
|
DataTransferApi |
DataTransferApi.withType(String type)
You can specify one of the following types:
|
| Modifier and Type | Method and Description |
|---|---|
List<DataTransferApi> |
ConnectorConfiguration.getSupportedDataTransferApis()
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CustomConnectorSourceProperties.setDataTransferApi(DataTransferApi dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
CustomConnectorSourceProperties |
CustomConnectorSourceProperties.withDataTransferApi(DataTransferApi dataTransferApi)
The API of the connector application that Amazon AppFlow uses to transfer your data.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDataTransferApis(DataTransferApi... supportedDataTransferApis)
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorConfiguration.setSupportedDataTransferApis(Collection<DataTransferApi> supportedDataTransferApis)
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
ConnectorConfiguration |
ConnectorConfiguration.withSupportedDataTransferApis(Collection<DataTransferApi> supportedDataTransferApis)
The APIs of the connector application that Amazon AppFlow can use to transfer your data.
|
Copyright © 2025. All rights reserved.