Uses of Class
software.amazon.awssdk.services.appflow.model.DataTransferApi
-
Packages that use DataTransferApi Package Description software.amazon.awssdk.services.appflow.model -
-
Uses of DataTransferApi in software.amazon.awssdk.services.appflow.model
Methods in software.amazon.awssdk.services.appflow.model that return DataTransferApi Modifier and Type Method Description DataTransferApiCustomConnectorSourceProperties. dataTransferApi()The API of the connector application that Amazon AppFlow uses to transfer your data.Methods in software.amazon.awssdk.services.appflow.model that return types with arguments of type DataTransferApi Modifier and Type Method Description List<DataTransferApi>ConnectorConfiguration. supportedDataTransferApis()The APIs of the connector application that Amazon AppFlow can use to transfer your data.Methods in software.amazon.awssdk.services.appflow.model with parameters of type DataTransferApi Modifier and Type Method Description CustomConnectorSourceProperties.BuilderCustomConnectorSourceProperties.Builder. dataTransferApi(DataTransferApi dataTransferApi)The API of the connector application that Amazon AppFlow uses to transfer your data.ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDataTransferApis(DataTransferApi... supportedDataTransferApis)The APIs of the connector application that Amazon AppFlow can use to transfer your data.Method parameters in software.amazon.awssdk.services.appflow.model with type arguments of type DataTransferApi Modifier and Type Method Description ConnectorConfiguration.BuilderConnectorConfiguration.Builder. supportedDataTransferApis(Collection<DataTransferApi> supportedDataTransferApis)The APIs of the connector application that Amazon AppFlow can use to transfer your data.
-