Uses of Class
com.oracle.bmc.cloudguard.model.RuleType.Key
-
Packages that use RuleType.Key Package Description com.oracle.bmc.cloudguard.model -
-
Uses of RuleType.Key in com.oracle.bmc.cloudguard.model
Methods in com.oracle.bmc.cloudguard.model that return RuleType.Key Modifier and Type Method Description static RuleType.KeyRuleType.Key. create(String key)RuleType.KeyRuleType. getKey()The unique identifier of the detector rule typestatic RuleType.KeyRuleType.Key. valueOf(String name)Returns the enum constant of this type with the specified name.static RuleType.Key[]RuleType.Key. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.cloudguard.model with parameters of type RuleType.Key Modifier and Type Method Description RuleType.BuilderRuleType.Builder. key(RuleType.Key key)The unique identifier of the detector rule typeConstructors in com.oracle.bmc.cloudguard.model with parameters of type RuleType.Key Constructor Description RuleType(RuleType.Key key, List<String> value)Deprecated.
-