Uses of Class
com.oracle.bmc.datasafe.model.AlertPolicyRuleLifecycleState
-
Packages that use AlertPolicyRuleLifecycleState Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.model -
-
Uses of AlertPolicyRuleLifecycleState in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe with parameters of type AlertPolicyRuleLifecycleState Modifier and Type Method Description Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse>
DataSafeWaiters. forAlertPolicyRule(GetAlertPolicyRuleRequest request, AlertPolicyRuleLifecycleState... targetStates)
Creates a newWaiter
using the default configuration.Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse>
DataSafeWaiters. forAlertPolicyRule(GetAlertPolicyRuleRequest request, AlertPolicyRuleLifecycleState targetState, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy)
Creates a newWaiter
using the provided configuration.Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse>
DataSafeWaiters. forAlertPolicyRule(GetAlertPolicyRuleRequest request, TerminationStrategy terminationStrategy, DelayStrategy delayStrategy, AlertPolicyRuleLifecycleState... targetStates)
Creates a newWaiter
using the provided configuration. -
Uses of AlertPolicyRuleLifecycleState in com.oracle.bmc.datasafe.model
Methods in com.oracle.bmc.datasafe.model that return AlertPolicyRuleLifecycleState Modifier and Type Method Description static AlertPolicyRuleLifecycleState
AlertPolicyRuleLifecycleState. create(String key)
AlertPolicyRuleLifecycleState
AlertPolicyRule. getLifecycleState()
The current state of the alert policy rule.AlertPolicyRuleLifecycleState
AlertPolicyRuleSummary. getLifecycleState()
The current state of the alert policy rule.static AlertPolicyRuleLifecycleState
AlertPolicyRuleLifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static AlertPolicyRuleLifecycleState[]
AlertPolicyRuleLifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyRuleLifecycleState Modifier and Type Method Description AlertPolicyRule.Builder
AlertPolicyRule.Builder. lifecycleState(AlertPolicyRuleLifecycleState lifecycleState)
The current state of the alert policy rule.AlertPolicyRuleSummary.Builder
AlertPolicyRuleSummary.Builder. lifecycleState(AlertPolicyRuleLifecycleState lifecycleState)
The current state of the alert policy rule.Constructors in com.oracle.bmc.datasafe.model with parameters of type AlertPolicyRuleLifecycleState Constructor Description AlertPolicyRule(String key, String description, String expression, AlertPolicyRuleLifecycleState lifecycleState, String displayName, Date timeCreated)
Deprecated.AlertPolicyRuleSummary(String key, String description, String expression, AlertPolicyRuleLifecycleState lifecycleState, String displayName, Date timeCreated)
Deprecated.
-