Uses of Class
com.oracle.bmc.loganalytics.model.IngestTimeRuleCondition.Kind
-
Packages that use IngestTimeRuleCondition.Kind Package Description com.oracle.bmc.loganalytics.model -
-
Uses of IngestTimeRuleCondition.Kind in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return IngestTimeRuleCondition.Kind Modifier and Type Method Description static IngestTimeRuleCondition.Kind
IngestTimeRuleCondition.Kind. create(String key)
static IngestTimeRuleCondition.Kind
IngestTimeRuleCondition.Kind. valueOf(String name)
Returns the enum constant of this type with the specified name.static IngestTimeRuleCondition.Kind[]
IngestTimeRuleCondition.Kind. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-