Uses of Class
software.amazon.awssdk.services.frauddetector.model.PutOutcomeRequest
-
Packages that use PutOutcomeRequest Package Description software.amazon.awssdk.services.frauddetector This is the Amazon Fraud Detector API Reference.software.amazon.awssdk.services.frauddetector.transform -
-
Uses of PutOutcomeRequest in software.amazon.awssdk.services.frauddetector
Methods in software.amazon.awssdk.services.frauddetector with parameters of type PutOutcomeRequest Modifier and Type Method Description default CompletableFuture<PutOutcomeResponse>FraudDetectorAsyncClient. putOutcome(PutOutcomeRequest putOutcomeRequest)Creates or updates an outcome.default PutOutcomeResponseFraudDetectorClient. putOutcome(PutOutcomeRequest putOutcomeRequest)Creates or updates an outcome. -
Uses of PutOutcomeRequest in software.amazon.awssdk.services.frauddetector.transform
Methods in software.amazon.awssdk.services.frauddetector.transform with parameters of type PutOutcomeRequest Modifier and Type Method Description SdkHttpFullRequestPutOutcomeRequestMarshaller. marshall(PutOutcomeRequest putOutcomeRequest)
-