Uses of Class
software.amazon.awssdk.services.supplychain.model.ListDataIntegrationFlowsResponse
-
Packages that use ListDataIntegrationFlowsResponse 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.paginators -
-
Uses of ListDataIntegrationFlowsResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return ListDataIntegrationFlowsResponse Modifier and Type Method Description default ListDataIntegrationFlowsResponseSupplyChainClient. listDataIntegrationFlows(Consumer<ListDataIntegrationFlowsRequest.Builder> listDataIntegrationFlowsRequest)Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.default ListDataIntegrationFlowsResponseSupplyChainClient. listDataIntegrationFlows(ListDataIntegrationFlowsRequest listDataIntegrationFlowsRequest)Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type ListDataIntegrationFlowsResponse Modifier and Type Method Description default CompletableFuture<ListDataIntegrationFlowsResponse>SupplyChainAsyncClient. listDataIntegrationFlows(Consumer<ListDataIntegrationFlowsRequest.Builder> listDataIntegrationFlowsRequest)Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance.default CompletableFuture<ListDataIntegrationFlowsResponse>SupplyChainAsyncClient. listDataIntegrationFlows(ListDataIntegrationFlowsRequest listDataIntegrationFlowsRequest)Enables you to programmatically list all data pipelines for the provided Amazon Web Services Supply Chain instance. -
Uses of ListDataIntegrationFlowsResponse in software.amazon.awssdk.services.supplychain.paginators
Methods in software.amazon.awssdk.services.supplychain.paginators that return types with arguments of type ListDataIntegrationFlowsResponse Modifier and Type Method Description Iterator<ListDataIntegrationFlowsResponse>ListDataIntegrationFlowsIterable. iterator()Method parameters in software.amazon.awssdk.services.supplychain.paginators with type arguments of type ListDataIntegrationFlowsResponse Modifier and Type Method Description voidListDataIntegrationFlowsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataIntegrationFlowsResponse> subscriber)
-