| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
RuleConfig |
AssertionRule.ruleConfig()
The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many
routing control states must be ON as the result of a transaction.
|
RuleConfig |
NewGatingRule.ruleConfig()
The criteria that you set for specific gating controls (routing controls) that designates how many control states
must be ON to allow you to change (set or unset) the target control states.
|
RuleConfig |
GatingRule.ruleConfig()
The criteria that you set for gating routing controls that designates how many of the routing control states must
be ON to allow you to update target routing control states.
|
RuleConfig |
NewAssertionRule.ruleConfig()
The criteria that you set for specific assertion controls (routing controls) that designate how many control
states must be ON as the result of a transaction.
|
| Modifier and Type | Method and Description |
|---|---|
AssertionRule.Builder |
AssertionRule.Builder.ruleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion routing controls (AssertedControls) that designate how many
routing control states must be ON as the result of a transaction.
|
NewGatingRule.Builder |
NewGatingRule.Builder.ruleConfig(RuleConfig ruleConfig)
The criteria that you set for specific gating controls (routing controls) that designates how many control
states must be ON to allow you to change (set or unset) the target control states.
|
GatingRule.Builder |
GatingRule.Builder.ruleConfig(RuleConfig ruleConfig)
The criteria that you set for gating routing controls that designates how many of the routing control states
must be ON to allow you to update target routing control states.
|
NewAssertionRule.Builder |
NewAssertionRule.Builder.ruleConfig(RuleConfig ruleConfig)
The criteria that you set for specific assertion controls (routing controls) that designate how many control
states must be ON as the result of a transaction.
|
Copyright © 2022. All rights reserved.