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)List the data lake datasets for a specific instance and name space.default ListDataLakeDatasetsResponseSupplyChainClient. listDataLakeDatasets(ListDataLakeDatasetsRequest listDataLakeDatasetsRequest)List the data lake datasets for a specific instance and name space.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)List the data lake datasets for a specific instance and name space.default CompletableFuture<ListDataLakeDatasetsResponse>SupplyChainAsyncClient. listDataLakeDatasets(ListDataLakeDatasetsRequest listDataLakeDatasetsRequest)List the data lake datasets for a specific instance and name space. -
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)
-