Uses of Class
com.oracle.bmc.loganalytics.model.IngestTimeRuleCondition
-
Packages that use IngestTimeRuleCondition Package Description com.oracle.bmc.loganalytics.model -
-
Uses of IngestTimeRuleCondition in com.oracle.bmc.loganalytics.model
Subclasses of IngestTimeRuleCondition in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
IngestTimeRuleFieldCondition
The field condition(s) to evaluate for an ingest time rule.Methods in com.oracle.bmc.loganalytics.model that return IngestTimeRuleCondition Modifier and Type Method Description IngestTimeRuleCondition
CreateIngestTimeRuleDetails. getConditions()
IngestTimeRuleCondition
IngestTimeRule. getConditions()
Methods in com.oracle.bmc.loganalytics.model with parameters of type IngestTimeRuleCondition Modifier and Type Method Description CreateIngestTimeRuleDetails.Builder
CreateIngestTimeRuleDetails.Builder. conditions(IngestTimeRuleCondition conditions)
IngestTimeRule.Builder
IngestTimeRule.Builder. conditions(IngestTimeRuleCondition conditions)
Constructors in com.oracle.bmc.loganalytics.model with parameters of type IngestTimeRuleCondition Constructor Description CreateIngestTimeRuleDetails(String compartmentId, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String displayName, IngestTimeRuleCondition conditions, List<IngestTimeRuleAction> actions)
Deprecated.IngestTimeRule(String id, String compartmentId, String description, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Date timeCreated, Date timeUpdated, ConfigLifecycleState lifecycleState, String displayName, Boolean isEnabled, IngestTimeRuleCondition conditions, List<IngestTimeRuleAction> actions)
Deprecated.
-