| Package | Description |
|---|---|
| com.amazonaws.services.supplychain |
AWS Supply Chain is a cloud-based application that works with your enterprise resource planning (ERP) and supply
chain management systems.
|
| com.amazonaws.services.supplychain.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SendDataIntegrationEventResult> |
AbstractAWSSupplyChainAsync.sendDataIntegrationEventAsync(SendDataIntegrationEventRequest request,
AsyncHandler<SendDataIntegrationEventRequest,SendDataIntegrationEventResult> asyncHandler) |
Future<SendDataIntegrationEventResult> |
AWSSupplyChainAsyncClient.sendDataIntegrationEventAsync(SendDataIntegrationEventRequest request,
AsyncHandler<SendDataIntegrationEventRequest,SendDataIntegrationEventResult> asyncHandler) |
Future<SendDataIntegrationEventResult> |
AWSSupplyChainAsync.sendDataIntegrationEventAsync(SendDataIntegrationEventRequest sendDataIntegrationEventRequest,
AsyncHandler<SendDataIntegrationEventRequest,SendDataIntegrationEventResult> asyncHandler)
Send transactional data events with real-time data for analysis or monitoring.
|
| Modifier and Type | Method and Description |
|---|---|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.clone() |
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withClientToken(String clientToken)
The idempotent client token.
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withData(String data)
The data payload of the event.
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withEventGroupId(String eventGroupId)
Event identifier (for example, orderId for InboundOrder) used for data sharing or partitioning.
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withEventTimestamp(Date eventTimestamp)
The event timestamp (in epoch seconds).
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withEventType(DataIntegrationEventType eventType)
The data event type.
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withEventType(String eventType)
The data event type.
|
SendDataIntegrationEventRequest |
SendDataIntegrationEventRequest.withInstanceId(String instanceId)
The AWS Supply Chain instance identifier.
|
Copyright © 2024. All rights reserved.