Uses of Class
software.amazon.awssdk.services.supplychain.model.ListDataLakeDatasetsResponse
-
Packages that use ListDataLakeDatasetsResponse 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 ListDataLakeDatasetsResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return ListDataLakeDatasetsResponse Modifier and Type Method Description default ListDataLakeDatasetsResponseSupplyChainClient. listDataLakeDatasets(Consumer<ListDataLakeDatasetsRequest.Builder> listDataLakeDatasetsRequest)Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets.default ListDataLakeDatasetsResponseSupplyChainClient. listDataLakeDatasets(ListDataLakeDatasetsRequest listDataLakeDatasetsRequest)Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type ListDataLakeDatasetsResponse Modifier and Type Method Description default CompletableFuture<ListDataLakeDatasetsResponse>SupplyChainAsyncClient. listDataLakeDatasets(Consumer<ListDataLakeDatasetsRequest.Builder> listDataLakeDatasetsRequest)Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets.default CompletableFuture<ListDataLakeDatasetsResponse>SupplyChainAsyncClient. listDataLakeDatasets(ListDataLakeDatasetsRequest listDataLakeDatasetsRequest)Enables you to programmatically view the list of Amazon Web Services Supply Chain data lake datasets. -
Uses of ListDataLakeDatasetsResponse in software.amazon.awssdk.services.supplychain.paginators
Methods in software.amazon.awssdk.services.supplychain.paginators that return types with arguments of type ListDataLakeDatasetsResponse Modifier and Type Method Description Iterator<ListDataLakeDatasetsResponse>ListDataLakeDatasetsIterable. iterator()Method parameters in software.amazon.awssdk.services.supplychain.paginators with type arguments of type ListDataLakeDatasetsResponse Modifier and Type Method Description voidListDataLakeDatasetsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListDataLakeDatasetsResponse> subscriber)
-