Package | Description |
---|---|
com.oracle.bmc.events | |
com.oracle.bmc.events.model | |
com.oracle.bmc.events.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetRuleRequest,GetRuleResponse> |
EventsWaiters.forRule(GetRuleRequest request,
Rule.LifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetRuleRequest,GetRuleResponse> |
EventsWaiters.forRule(GetRuleRequest request,
Rule.LifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetRuleRequest,GetRuleResponse> |
EventsWaiters.forRule(GetRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
Rule.LifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Rule.Builder |
Rule.Builder.lifecycleState(Rule.LifecycleState lifecycleState)
The current state of the rule.
|
RuleSummary.Builder |
RuleSummary.Builder.lifecycleState(Rule.LifecycleState lifecycleState) |
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
Rule.LifecycleState |
ListRulesRequest.getLifecycleState()
A filter to return only rules that match the lifecycle state in this parameter.
|
Modifier and Type | Method and Description |
---|---|
ListRulesRequest.Builder |
ListRulesRequest.Builder.lifecycleState(Rule.LifecycleState lifecycleState)
A filter to return only rules that match the lifecycle state in this parameter.
|
Copyright © 2016–2024. All rights reserved.