Uses of Class
software.amazon.awssdk.services.supplychain.model.CreateDataIntegrationFlowResponse
-
Packages that use CreateDataIntegrationFlowResponse Package Description software.amazon.awssdk.services.supplychain AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. -
-
Uses of CreateDataIntegrationFlowResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return CreateDataIntegrationFlowResponse Modifier and Type Method Description default CreateDataIntegrationFlowResponseSupplyChainClient. createDataIntegrationFlow(Consumer<CreateDataIntegrationFlowRequest.Builder> createDataIntegrationFlowRequest)Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.default CreateDataIntegrationFlowResponseSupplyChainClient. createDataIntegrationFlow(CreateDataIntegrationFlowRequest createDataIntegrationFlowRequest)Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type CreateDataIntegrationFlowResponse Modifier and Type Method Description default CompletableFuture<CreateDataIntegrationFlowResponse>SupplyChainAsyncClient. createDataIntegrationFlow(Consumer<CreateDataIntegrationFlowRequest.Builder> createDataIntegrationFlowRequest)Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.default CompletableFuture<CreateDataIntegrationFlowResponse>SupplyChainAsyncClient. createDataIntegrationFlow(CreateDataIntegrationFlowRequest createDataIntegrationFlowRequest)Enables you to programmatically create a data pipeline to ingest data from source systems such as Amazon S3 buckets, to a predefined Amazon Web Services Supply Chain dataset (product, inbound_order) or a temporary dataset along with the data transformation query provided with the API.
-