Uses of Class
software.amazon.awssdk.services.supplychain.model.GetDataIntegrationFlowResponse
-
Packages that use GetDataIntegrationFlowResponse 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 GetDataIntegrationFlowResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return GetDataIntegrationFlowResponse Modifier and Type Method Description default GetDataIntegrationFlowResponseSupplyChainClient. getDataIntegrationFlow(Consumer<GetDataIntegrationFlowRequest.Builder> getDataIntegrationFlowRequest)Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.default GetDataIntegrationFlowResponseSupplyChainClient. getDataIntegrationFlow(GetDataIntegrationFlowRequest getDataIntegrationFlowRequest)Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type GetDataIntegrationFlowResponse Modifier and Type Method Description default CompletableFuture<GetDataIntegrationFlowResponse>SupplyChainAsyncClient. getDataIntegrationFlow(Consumer<GetDataIntegrationFlowRequest.Builder> getDataIntegrationFlowRequest)Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.default CompletableFuture<GetDataIntegrationFlowResponse>SupplyChainAsyncClient. getDataIntegrationFlow(GetDataIntegrationFlowRequest getDataIntegrationFlowRequest)Enables you to programmatically view a specific data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
-