Package | Description |
---|---|
com.oracle.bmc.datasafe | |
com.oracle.bmc.datasafe.model |
Modifier and Type | Method and Description |
---|---|
Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse> |
DataSafeWaiters.forAlertPolicyRule(GetAlertPolicyRuleRequest request,
AlertPolicyRuleLifecycleState... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse> |
DataSafeWaiters.forAlertPolicyRule(GetAlertPolicyRuleRequest request,
AlertPolicyRuleLifecycleState targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetAlertPolicyRuleRequest,GetAlertPolicyRuleResponse> |
DataSafeWaiters.forAlertPolicyRule(GetAlertPolicyRuleRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
AlertPolicyRuleLifecycleState... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static AlertPolicyRuleLifecycleState |
AlertPolicyRuleLifecycleState.create(String key) |
AlertPolicyRuleLifecycleState |
AlertPolicyRuleSummary.getLifecycleState()
The current state of the alert policy rule.
|
AlertPolicyRuleLifecycleState |
AlertPolicyRule.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.
|
Modifier and Type | Method and Description |
---|---|
AlertPolicyRuleSummary.Builder |
AlertPolicyRuleSummary.Builder.lifecycleState(AlertPolicyRuleLifecycleState lifecycleState)
The current state of the alert policy rule.
|
AlertPolicyRule.Builder |
AlertPolicyRule.Builder.lifecycleState(AlertPolicyRuleLifecycleState lifecycleState)
The current state of the alert policy rule.
|
Constructor and 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.
|
Copyright © 2016–2024. All rights reserved.