Uses of Class
software.amazon.awssdk.services.supplychain.model.CreateDataIntegrationFlowRequest
-
Packages that use CreateDataIntegrationFlowRequest 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.software.amazon.awssdk.services.supplychain.transform -
-
Uses of CreateDataIntegrationFlowRequest in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain with parameters of type CreateDataIntegrationFlowRequest Modifier and Type Method Description 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.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. -
Uses of CreateDataIntegrationFlowRequest in software.amazon.awssdk.services.supplychain.transform
Methods in software.amazon.awssdk.services.supplychain.transform with parameters of type CreateDataIntegrationFlowRequest Modifier and Type Method Description SdkHttpFullRequestCreateDataIntegrationFlowRequestMarshaller. marshall(CreateDataIntegrationFlowRequest createDataIntegrationFlowRequest)
-