Uses of Class
software.amazon.awssdk.services.supplychain.model.CreateBillOfMaterialsImportJobResponse
-
Packages that use CreateBillOfMaterialsImportJobResponse 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 CreateBillOfMaterialsImportJobResponse in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that return CreateBillOfMaterialsImportJobResponse Modifier and Type Method Description default CreateBillOfMaterialsImportJobResponseSupplyChainClient. createBillOfMaterialsImportJob(Consumer<CreateBillOfMaterialsImportJobRequest.Builder> createBillOfMaterialsImportJobRequest)CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.default CreateBillOfMaterialsImportJobResponseSupplyChainClient. createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest createBillOfMaterialsImportJobRequest)CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.Methods in software.amazon.awssdk.services.supplychain that return types with arguments of type CreateBillOfMaterialsImportJobResponse Modifier and Type Method Description default CompletableFuture<CreateBillOfMaterialsImportJobResponse>SupplyChainAsyncClient. createBillOfMaterialsImportJob(Consumer<CreateBillOfMaterialsImportJobRequest.Builder> createBillOfMaterialsImportJobRequest)CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.default CompletableFuture<CreateBillOfMaterialsImportJobResponse>SupplyChainAsyncClient. createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest createBillOfMaterialsImportJobRequest)CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.
-