Uses of Class
software.amazon.awssdk.services.frauddetector.model.SendEventResponse
-
Packages that use SendEventResponse Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference. -
-
Uses of SendEventResponse in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector that return SendEventResponse Modifier and Type Method Description default SendEventResponseFraudDetectorClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Stores events in Amazon Fraud Detector without generating fraud predictions for those events.default SendEventResponseFraudDetectorClient. sendEvent(SendEventRequest sendEventRequest)Stores events in Amazon Fraud Detector without generating fraud predictions for those events.Methods in software.amazon.awssdk.services.frauddetector that return types with arguments of type SendEventResponse Modifier and Type Method Description default CompletableFuture<SendEventResponse>FraudDetectorAsyncClient. sendEvent(Consumer<SendEventRequest.Builder> sendEventRequest)Stores events in Amazon Fraud Detector without generating fraud predictions for those events.default CompletableFuture<SendEventResponse>FraudDetectorAsyncClient. sendEvent(SendEventRequest sendEventRequest)Stores events in Amazon Fraud Detector without generating fraud predictions for those events.
-