Uses of Class
software.amazon.awssdk.services.supplychain.model.ListDataIntegrationFlowsRequest
-
Packages that use ListDataIntegrationFlowsRequest 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 software.amazon.awssdk.services.supplychain.transform -
-
Uses of ListDataIntegrationFlowsRequest in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain with parameters of type ListDataIntegrationFlowsRequest Modifier and Type Method Description default CompletableFuture<ListDataIntegrationFlowsResponse>SupplyChainAsyncClient. listDataIntegrationFlows(ListDataIntegrationFlowsRequest 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.default ListDataIntegrationFlowsPublisherSupplyChainAsyncClient. listDataIntegrationFlowsPaginator(ListDataIntegrationFlowsRequest listDataIntegrationFlowsRequest)default ListDataIntegrationFlowsIterableSupplyChainClient. listDataIntegrationFlowsPaginator(ListDataIntegrationFlowsRequest listDataIntegrationFlowsRequest)This is a variant ofSupplyChainClient.listDataIntegrationFlows(software.amazon.awssdk.services.supplychain.model.ListDataIntegrationFlowsRequest)operation. -
Uses of ListDataIntegrationFlowsRequest in software.amazon.awssdk.services.supplychain.paginators
Constructors in software.amazon.awssdk.services.supplychain.paginators with parameters of type ListDataIntegrationFlowsRequest Constructor Description ListDataIntegrationFlowsIterable(SupplyChainClient client, ListDataIntegrationFlowsRequest firstRequest)ListDataIntegrationFlowsPublisher(SupplyChainAsyncClient client, ListDataIntegrationFlowsRequest firstRequest) -
Uses of ListDataIntegrationFlowsRequest in software.amazon.awssdk.services.supplychain.transform
Methods in software.amazon.awssdk.services.supplychain.transform with parameters of type ListDataIntegrationFlowsRequest Modifier and Type Method Description SdkHttpFullRequestListDataIntegrationFlowsRequestMarshaller. marshall(ListDataIntegrationFlowsRequest listDataIntegrationFlowsRequest)
-