Uses of Class
software.amazon.awssdk.services.supplychain.model.UpdateDataIntegrationFlowRequest
-
Packages that use UpdateDataIntegrationFlowRequest 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 UpdateDataIntegrationFlowRequest in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain with parameters of type UpdateDataIntegrationFlowRequest Modifier and Type Method Description default CompletableFuture<UpdateDataIntegrationFlowResponse>SupplyChainAsyncClient. updateDataIntegrationFlow(UpdateDataIntegrationFlowRequest updateDataIntegrationFlowRequest)Enables you to programmatically update an existing data pipeline to ingest data from the 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 UpdateDataIntegrationFlowResponseSupplyChainClient. updateDataIntegrationFlow(UpdateDataIntegrationFlowRequest updateDataIntegrationFlowRequest)Enables you to programmatically update an existing data pipeline to ingest data from the 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 UpdateDataIntegrationFlowRequest in software.amazon.awssdk.services.supplychain.transform
Methods in software.amazon.awssdk.services.supplychain.transform with parameters of type UpdateDataIntegrationFlowRequest Modifier and Type Method Description SdkHttpFullRequestUpdateDataIntegrationFlowRequestMarshaller. marshall(UpdateDataIntegrationFlowRequest updateDataIntegrationFlowRequest)
-