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