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)Create DataIntegrationFlow to map one or more different sources to one target using the SQL transformation query.default CreateDataIntegrationFlowResponseSupplyChainClient. createDataIntegrationFlow(CreateDataIntegrationFlowRequest createDataIntegrationFlowRequest)Create DataIntegrationFlow to map one or more different sources to one target using the SQL transformation query.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)Create DataIntegrationFlow to map one or more different sources to one target using the SQL transformation query.default CompletableFuture<CreateDataIntegrationFlowResponse>SupplyChainAsyncClient. createDataIntegrationFlow(CreateDataIntegrationFlowRequest createDataIntegrationFlowRequest)Create DataIntegrationFlow to map one or more different sources to one target using the SQL transformation query.
-