Uses of Class
com.oracle.bmc.loganalytics.model.IngestTimeRuleAction
-
Packages that use IngestTimeRuleAction Package Description com.oracle.bmc.loganalytics.model -
-
Uses of IngestTimeRuleAction in com.oracle.bmc.loganalytics.model
Subclasses of IngestTimeRuleAction in com.oracle.bmc.loganalytics.model Modifier and Type Class Description class
IngestTimeRuleMetricExtractionAction
Details of metric to post to OCI Monitoring if ingest time rule condition(s) are satisfied.Methods in com.oracle.bmc.loganalytics.model that return types with arguments of type IngestTimeRuleAction Modifier and Type Method Description List<IngestTimeRuleAction>
CreateIngestTimeRuleDetails. getActions()
The action(s) to be performed if the ingest time rule condition(s) are satisfied.List<IngestTimeRuleAction>
IngestTimeRule. getActions()
The action(s) to be performed if the ingest time rule condition(s) are satisfied.Method parameters in com.oracle.bmc.loganalytics.model with type arguments of type IngestTimeRuleAction Modifier and Type Method Description CreateIngestTimeRuleDetails.Builder
CreateIngestTimeRuleDetails.Builder. actions(List<IngestTimeRuleAction> actions)
The action(s) to be performed if the ingest time rule condition(s) are satisfied.IngestTimeRule.Builder
IngestTimeRule.Builder. actions(List<IngestTimeRuleAction> actions)
The action(s) to be performed if the ingest time rule condition(s) are satisfied.Constructor parameters in com.oracle.bmc.loganalytics.model with type arguments of type IngestTimeRuleAction 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.
-