Uses of Class
com.oracle.bmc.events.model.ActionList
-
Packages that use ActionList Package Description com.oracle.bmc.events.model -
-
Uses of ActionList in com.oracle.bmc.events.model
Methods in com.oracle.bmc.events.model that return ActionList Modifier and Type Method Description ActionListActionList.Builder. build()ActionListRule. getActions()Methods in com.oracle.bmc.events.model with parameters of type ActionList Modifier and Type Method Description Rule.BuilderRule.Builder. actions(ActionList actions)ActionList.BuilderActionList.Builder. copy(ActionList model)Constructors in com.oracle.bmc.events.model with parameters of type ActionList Constructor Description Rule(String displayName, String description, Rule.LifecycleState lifecycleState, String condition, String compartmentId, Boolean isEnabled, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, ActionList actions, String id, Date timeCreated, String lifecycleMessage)Deprecated.
-