Uses of Class
software.amazon.awssdk.services.frauddetector.model.RuleExecutionMode
-
Packages that use RuleExecutionMode Package Description software.amazon.awssdk.services.frauddetector.model -
-
Uses of RuleExecutionMode in software.amazon.awssdk.services.frauddetector.model
Methods in software.amazon.awssdk.services.frauddetector.model that return RuleExecutionMode Modifier and Type Method Description static RuleExecutionModeRuleExecutionMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RuleExecutionModeCreateDetectorVersionRequest. ruleExecutionMode()The rule execution mode for the rules included in the detector version.RuleExecutionModeGetDetectorVersionResponse. ruleExecutionMode()The execution mode of the rule in the dectectorRuleExecutionModeGetEventPredictionMetadataResponse. ruleExecutionMode()The execution mode of the rule used for evaluating variable values.RuleExecutionModeUpdateDetectorVersionRequest. ruleExecutionMode()The rule execution mode to add to the detector.static RuleExecutionModeRuleExecutionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleExecutionMode[]RuleExecutionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.frauddetector.model that return types with arguments of type RuleExecutionMode Modifier and Type Method Description static Set<RuleExecutionMode>RuleExecutionMode. knownValues()Methods in software.amazon.awssdk.services.frauddetector.model with parameters of type RuleExecutionMode Modifier and Type Method Description CreateDetectorVersionRequest.BuilderCreateDetectorVersionRequest.Builder. ruleExecutionMode(RuleExecutionMode ruleExecutionMode)The rule execution mode for the rules included in the detector version.GetDetectorVersionResponse.BuilderGetDetectorVersionResponse.Builder. ruleExecutionMode(RuleExecutionMode ruleExecutionMode)The execution mode of the rule in the dectectorGetEventPredictionMetadataResponse.BuilderGetEventPredictionMetadataResponse.Builder. ruleExecutionMode(RuleExecutionMode ruleExecutionMode)The execution mode of the rule used for evaluating variable values.UpdateDetectorVersionRequest.BuilderUpdateDetectorVersionRequest.Builder. ruleExecutionMode(RuleExecutionMode ruleExecutionMode)The rule execution mode to add to the detector.
-