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