Uses of Class
software.amazon.awssdk.services.supplychain.model.GetDataLakeDatasetResponse
-
Packages that use GetDataLakeDatasetResponse 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 GetDataLakeDatasetResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return GetDataLakeDatasetResponse Modifier and Type Method Description default GetDataLakeDatasetResponseSupplyChainClient. getDataLakeDataset(Consumer<GetDataLakeDatasetRequest.Builder> getDataLakeDatasetRequest)Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.default GetDataLakeDatasetResponseSupplyChainClient. getDataLakeDataset(GetDataLakeDatasetRequest getDataLakeDatasetRequest)Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type GetDataLakeDatasetResponse Modifier and Type Method Description default CompletableFuture<GetDataLakeDatasetResponse>SupplyChainAsyncClient. getDataLakeDataset(Consumer<GetDataLakeDatasetRequest.Builder> getDataLakeDatasetRequest)Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.default CompletableFuture<GetDataLakeDatasetResponse>SupplyChainAsyncClient. getDataLakeDataset(GetDataLakeDatasetRequest getDataLakeDatasetRequest)Enables you to programmatically view an Amazon Web Services Supply Chain data lake dataset.
-