@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public interface AWSSupplyChain
Note: Do not directly implement this interface, new methods are added to it regularly. Extend from
AbstractAWSSupplyChain
instead.
AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply chain management systems. Using AWS Supply Chain, you can connect and extract your inventory, supply, and demand related data from existing ERP or supply chain systems into a single data model.
The AWS Supply Chain API supports configuration data import for Supply Planning.
All AWS Supply chain API operations are Amazon-authenticated and certificate-signed. They not only require the use of the AWS SDK, but also allow for the exclusive use of AWS Identity and Access Management users and roles to help facilitate access, trust, and permission policies.
Modifier and Type | Field and Description |
---|---|
static String |
ENDPOINT_PREFIX
The region metadata service name for computing region endpoints.
|
Modifier and Type | Method and Description |
---|---|
CreateBillOfMaterialsImportJobResult |
createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest createBillOfMaterialsImportJobRequest)
CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.
|
GetBillOfMaterialsImportJobResult |
getBillOfMaterialsImportJob(GetBillOfMaterialsImportJobRequest getBillOfMaterialsImportJobRequest)
Get status and details of a BillOfMaterialsImportJob.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
SendDataIntegrationEventResult |
sendDataIntegrationEvent(SendDataIntegrationEventRequest sendDataIntegrationEventRequest)
Send transactional data events with real-time data for analysis or monitoring.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
static final String ENDPOINT_PREFIX
CreateBillOfMaterialsImportJobResult createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest createBillOfMaterialsImportJobRequest)
CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity. For information on the product_bom entity, see the AWS Supply Chain User Guide.
The CSV file must be located in an Amazon S3 location accessible to AWS Supply Chain. It is recommended to use the same Amazon S3 bucket created during your AWS Supply Chain instance creation.
createBillOfMaterialsImportJobRequest
- The request parameters for CreateBillOfMaterialsImportJob.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ThrottlingException
- Request was denied due to request throttling.ResourceNotFoundException
- Request references a resource which does not exist.AccessDeniedException
- You do not have the required privileges to perform this action.ValidationException
- The input does not satisfy the constraints specified by an AWS service.InternalServerException
- Unexpected error during processing of request.ConflictException
- Updating or deleting a resource can cause an inconsistent state.GetBillOfMaterialsImportJobResult getBillOfMaterialsImportJob(GetBillOfMaterialsImportJobRequest getBillOfMaterialsImportJobRequest)
Get status and details of a BillOfMaterialsImportJob.
getBillOfMaterialsImportJobRequest
- The request parameters for GetBillOfMaterialsImportJob.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- You do not have the required privileges to perform this action.ValidationException
- The input does not satisfy the constraints specified by an AWS service.InternalServerException
- Unexpected error during processing of request.ConflictException
- Updating or deleting a resource can cause an inconsistent state.SendDataIntegrationEventResult sendDataIntegrationEvent(SendDataIntegrationEventRequest sendDataIntegrationEventRequest)
Send transactional data events with real-time data for analysis or monitoring.
sendDataIntegrationEventRequest
- The request parameters for SendDataIntegrationEvent.ServiceQuotaExceededException
- Request would cause a service quota to be exceeded.ResourceNotFoundException
- Request references a resource which does not exist.ThrottlingException
- Request was denied due to request throttling.AccessDeniedException
- You do not have the required privileges to perform this action.ValidationException
- The input does not satisfy the constraints specified by an AWS service.InternalServerException
- Unexpected error during processing of request.ConflictException
- Updating or deleting a resource can cause an inconsistent state.void shutdown()
ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
Response metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
request
- The originally executed request.