Uses of Class
software.amazon.awssdk.services.supplychain.model.SendDataIntegrationEventRequest
-
Packages that use SendDataIntegrationEventRequest 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.transform -
-
Uses of SendDataIntegrationEventRequest in software.amazon.awssdk.services.supplychain
Methods in software.amazon.awssdk.services.supplychain with parameters of type SendDataIntegrationEventRequest Modifier and Type Method Description default CompletableFuture<SendDataIntegrationEventResponse>SupplyChainAsyncClient. sendDataIntegrationEvent(SendDataIntegrationEventRequest sendDataIntegrationEventRequest)Send the transactional data payload for the event with real-time data for analysis or monitoring.default SendDataIntegrationEventResponseSupplyChainClient. sendDataIntegrationEvent(SendDataIntegrationEventRequest sendDataIntegrationEventRequest)Send the transactional data payload for the event with real-time data for analysis or monitoring. -
Uses of SendDataIntegrationEventRequest in software.amazon.awssdk.services.supplychain.transform
Methods in software.amazon.awssdk.services.supplychain.transform with parameters of type SendDataIntegrationEventRequest Modifier and Type Method Description SdkHttpFullRequestSendDataIntegrationEventRequestMarshaller. marshall(SendDataIntegrationEventRequest sendDataIntegrationEventRequest)
-