Uses of Class
software.amazon.awssdk.services.frauddetector.model.RuleResult
-
Packages that use RuleResult Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of RuleResult in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type RuleResult Modifier and Type Method Description List<RuleResult>GetEventPredictionResponse. ruleResults()The results from the rules.Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type RuleResult Modifier and Type Method Description GetEventPredictionResponse.BuilderGetEventPredictionResponse.Builder. ruleResults(RuleResult... ruleResults)The results from the rules.Method parameters in software.amazon.awssdk.services.frauddetector.model with type arguments of type RuleResult Modifier and Type Method Description GetEventPredictionResponse.BuilderGetEventPredictionResponse.Builder. ruleResults(Collection<RuleResult> ruleResults)The results from the rules.
-