Uses of Class
com.oracle.bmc.loganalytics.model.Rule.LastExecutionStatus
-
Packages that use Rule.LastExecutionStatus Package Description com.oracle.bmc.loganalytics.model -
-
Uses of Rule.LastExecutionStatus in com.oracle.bmc.loganalytics.model
Methods in com.oracle.bmc.loganalytics.model that return Rule.LastExecutionStatus Modifier and Type Method Description static Rule.LastExecutionStatus
Rule.LastExecutionStatus. create(String key)
Rule.LastExecutionStatus
Rule. getLastExecutionStatus()
The most recent task execution status.static Rule.LastExecutionStatus
Rule.LastExecutionStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.LastExecutionStatus[]
Rule.LastExecutionStatus. 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 Rule.LastExecutionStatus Modifier and Type Method Description Rule.Builder
Rule.Builder. lastExecutionStatus(Rule.LastExecutionStatus lastExecutionStatus)
The most recent task execution status.Constructors in com.oracle.bmc.loganalytics.model with parameters of type Rule.LastExecutionStatus Constructor Description Rule(String id, String description, String compartmentId, Date timeCreated, Date timeUpdated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ConfigLifecycleState lifecycleState, RuleKind kind, String targetService, String displayName, Boolean isEnabled, Rule.LastExecutionStatus lastExecutionStatus, Date timeLastExecuted)
Deprecated.
-