Uses of Class
software.amazon.awssdk.services.supplychain.model.SupplyChainException
-
Packages that use SupplyChainException 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.model -
-
Uses of SupplyChainException in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain that throw SupplyChainException 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.default GetBillOfMaterialsImportJobResponseSupplyChainClient. getBillOfMaterialsImportJob(Consumer<GetBillOfMaterialsImportJobRequest.Builder> getBillOfMaterialsImportJobRequest)Get status and details of a BillOfMaterialsImportJob.default GetBillOfMaterialsImportJobResponseSupplyChainClient. getBillOfMaterialsImportJob(GetBillOfMaterialsImportJobRequest getBillOfMaterialsImportJobRequest)Get status and details of a BillOfMaterialsImportJob. -
Uses of SupplyChainException in software.amazon.awssdk.services.supplychain.model
Subclasses of SupplyChainException in software.amazon.awssdk.services.supplychain.model Modifier and Type Class Description classAccessDeniedExceptionYou do not have the required privileges to perform this action.classConflictExceptionUpdating or deleting a resource can cause an inconsistent state.classInternalServerExceptionUnexpected error during processing of request.classResourceNotFoundExceptionRequest references a resource which does not exist.classServiceQuotaExceededExceptionRequest would cause a service quota to be exceeded.classThrottlingExceptionRequest was denied due to request throttling.classValidationExceptionThe input does not satisfy the constraints specified by an AWS service.Methods in software.amazon.awssdk.services.supplychain.model that return SupplyChainException Modifier and Type Method Description SupplyChainExceptionSupplyChainException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.supplychain.model with parameters of type SupplyChainException Constructor Description BuilderImpl(SupplyChainException ex)
-