| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
RuleConfig |
RuleConfig.clone() |
RuleConfig |
AssertionRule.getRuleConfig()
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
RuleConfig |
NewGatingRule.getRuleConfig()
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
RuleConfig |
NewAssertionRule.getRuleConfig()
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
RuleConfig |
GatingRule.getRuleConfig()
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
RuleConfig |
RuleConfig.withInverted(Boolean inverted)
Logical negation of the rule.
|
RuleConfig |
RuleConfig.withThreshold(Integer threshold)
The value of N, when you specify an ATLEAST rule type.
|
RuleConfig |
RuleConfig.withType(RuleType type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
RuleConfig |
RuleConfig.withType(String type)
A rule can be one of the following: ATLEAST, AND, or OR.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AssertionRule.setRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
void |
NewGatingRule.setRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
void |
NewAssertionRule.setRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
void |
GatingRule.setRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
AssertionRule |
AssertionRule.withRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
NewGatingRule |
NewGatingRule.withRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
NewAssertionRule |
NewAssertionRule.withRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many controls
must be enabled as the result of a transaction.
|
GatingRule |
GatingRule.withRuleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
Copyright © 2021. All rights reserved.