Uses of Class
software.amazon.awssdk.services.supplychain.model.DeleteDataIntegrationFlowResponse
-
Packages that use DeleteDataIntegrationFlowResponse 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 DeleteDataIntegrationFlowResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return DeleteDataIntegrationFlowResponse Modifier and Type Method Description default DeleteDataIntegrationFlowResponseSupplyChainClient. deleteDataIntegrationFlow(Consumer<DeleteDataIntegrationFlowRequest.Builder> deleteDataIntegrationFlowRequest)Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.default DeleteDataIntegrationFlowResponseSupplyChainClient. deleteDataIntegrationFlow(DeleteDataIntegrationFlowRequest deleteDataIntegrationFlowRequest)Enable you to programmatically delete an existing 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 DeleteDataIntegrationFlowResponse Modifier and Type Method Description default CompletableFuture<DeleteDataIntegrationFlowResponse>SupplyChainAsyncClient. deleteDataIntegrationFlow(Consumer<DeleteDataIntegrationFlowRequest.Builder> deleteDataIntegrationFlowRequest)Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.default CompletableFuture<DeleteDataIntegrationFlowResponse>SupplyChainAsyncClient. deleteDataIntegrationFlow(DeleteDataIntegrationFlowRequest deleteDataIntegrationFlowRequest)Enable you to programmatically delete an existing data pipeline for the provided Amazon Web Services Supply Chain instance and DataIntegrationFlow name.
-