@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAWSSupplyChain extends Object implements AWSSupplyChain
AWSSupplyChain. Convenient method forms pass through to the corresponding overload
that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
CreateBillOfMaterialsImportJobResult |
createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest request)
CreateBillOfMaterialsImportJob creates an import job for the Product Bill Of Materials (BOM) entity.
|
GetBillOfMaterialsImportJobResult |
getBillOfMaterialsImportJob(GetBillOfMaterialsImportJobRequest request)
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 request)
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.
|
public CreateBillOfMaterialsImportJobResult createBillOfMaterialsImportJob(CreateBillOfMaterialsImportJobRequest request)
AWSSupplyChainCreateBillOfMaterialsImportJob 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.
createBillOfMaterialsImportJob in interface AWSSupplyChainrequest - The request parameters for CreateBillOfMaterialsImportJob.public GetBillOfMaterialsImportJobResult getBillOfMaterialsImportJob(GetBillOfMaterialsImportJobRequest request)
AWSSupplyChainGet status and details of a BillOfMaterialsImportJob.
getBillOfMaterialsImportJob in interface AWSSupplyChainrequest - The request parameters for GetBillOfMaterialsImportJob.public SendDataIntegrationEventResult sendDataIntegrationEvent(SendDataIntegrationEventRequest request)
AWSSupplyChainSend transactional data events with real-time data for analysis or monitoring.
sendDataIntegrationEvent in interface AWSSupplyChainrequest - The request parameters for SendDataIntegrationEvent.public void shutdown()
AWSSupplyChainshutdown in interface AWSSupplyChainpublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AWSSupplyChainResponse 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.
getCachedResponseMetadata in interface AWSSupplyChainrequest - The originally executed request.