Uses of Class
com.oracle.bmc.loganalytics.model.Violation.RuleType
-
Packages that use Violation.RuleType Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Violation.RuleType in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Violation.RuleType Modifier and Type Method Description static Violation.RuleType
Violation.RuleType. create(String key)
Violation.RuleType
Violation. getRuleType()
The rule type.static Violation.RuleType
Violation.RuleType. valueOf(String name)
Returns the enum constant of this type with the specified name.static Violation.RuleType[]
Violation.RuleType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.loganalytics.model with parameters of type Violation.RuleType Modifier and Type Method Description Violation.Builder
Violation.Builder. ruleType(Violation.RuleType ruleType)
The rule type.Constructors in com.oracle.bmc.loganalytics.model with parameters of type Violation.RuleType Constructor Description Violation(List<Indexes> indexes, String ruleDescription, String ruleName, String ruleRemediation, Violation.RuleType ruleType)
Deprecated.
-