Uses of Class
com.oracle.bmc.events.model.Rule.LifecycleState
-
Packages that use Rule.LifecycleState Package Description com.oracle.bmc.events com.oracle.bmc.events.model com.oracle.bmc.events.requests -
-
Uses of Rule.LifecycleState in com.oracle.bmc.events
Methods in com.oracle.bmc.events with parameters of type Rule.LifecycleState Modifier and Type Method Description Waiter<GetRuleRequest,GetRuleResponse>
EventsWaiters. forRule(GetRuleRequest request, Rule.LifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetRuleRequest,GetRuleResponse>
EventsWaiters. forRule(GetRuleRequest request, Rule.LifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetRuleRequest,GetRuleResponse>
EventsWaiters. forRule(GetRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, Rule.LifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of Rule.LifecycleState in com.oracle.bmc.events.model
Methods in com.oracle.bmc.events.model that return Rule.LifecycleState Modifier and Type Method Description static Rule.LifecycleState
Rule.LifecycleState. create(String key)
Rule.LifecycleState
Rule. getLifecycleState()
The current state of the rule.Rule.LifecycleState
RuleSummary. getLifecycleState()
static Rule.LifecycleState
Rule.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static Rule.LifecycleState[]
Rule.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.events.model with parameters of type Rule.LifecycleState Modifier and Type Method Description Rule.Builder
Rule.Builder. lifecycleState(Rule.LifecycleState lifecycleState)
The current state of the rule.RuleSummary.Builder
RuleSummary.Builder. lifecycleState(Rule.LifecycleState lifecycleState)
Constructors in com.oracle.bmc.events.model with parameters of type Rule.LifecycleState 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.RuleSummary(String id, String displayName, String description, Rule.LifecycleState lifecycleState, String condition, String compartmentId, Boolean isEnabled, Date timeCreated, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated. -
Uses of Rule.LifecycleState in com.oracle.bmc.events.requests
Methods in com.oracle.bmc.events.requests that return Rule.LifecycleState Modifier and Type Method Description Rule.LifecycleState
ListRulesRequest. getLifecycleState()
A filter to return only rules that match the lifecycle state in this parameter.Methods in com.oracle.bmc.events.requests with parameters of type Rule.LifecycleState Modifier and Type Method Description ListRulesRequest.Builder
ListRulesRequest.Builder. lifecycleState(Rule.LifecycleState lifecycleState)
A filter to return only rules that match the lifecycle state in this parameter.
-