Uses of Class
org.elasticsearch.client.ml.job.config.RuleAction
-
Packages that use RuleAction Package Description org.elasticsearch.client.ml.job.config -
-
Uses of RuleAction in org.elasticsearch.client.ml.job.config
Methods in org.elasticsearch.client.ml.job.config that return RuleAction Modifier and Type Method Description static RuleActionRuleAction. fromString(String value)Case-insensitive from string method.static RuleActionRuleAction. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleAction[]RuleAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.elasticsearch.client.ml.job.config that return types with arguments of type RuleAction Modifier and Type Method Description EnumSet<RuleAction>DetectionRule. getActions()Methods in org.elasticsearch.client.ml.job.config with parameters of type RuleAction Modifier and Type Method Description DetectionRule.BuilderDetectionRule.Builder. setActions(RuleAction... actions)Method parameters in org.elasticsearch.client.ml.job.config with type arguments of type RuleAction Modifier and Type Method Description DetectionRule.BuilderDetectionRule.Builder. setActions(EnumSet<RuleAction> actions)
-