| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
AssertionRule |
AssertionRule.clone() |
AssertionRule |
Rule.getASSERTION()
An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule
configuration is met.
|
AssertionRule |
UpdateSafetyRuleResult.getAssertionRule()
The assertion rule updated.
|
AssertionRule |
CreateSafetyRuleResult.getAssertionRule()
The assertion rule created.
|
AssertionRule |
DescribeSafetyRuleResult.getAssertionRule()
The assertion rule in the response.
|
AssertionRule |
AssertionRule.withAssertedControls(Collection<String> assertedControls)
The routing controls that are part of transactions that are evaluated to determine if a request to change a
routing control state is allowed.
|
AssertionRule |
AssertionRule.withAssertedControls(String... assertedControls)
The routing controls that are part of transactions that are evaluated to determine if a request to change a
routing control state is allowed.
|
AssertionRule |
AssertionRule.withControlPanelArn(String controlPanelArn)
The Amazon Resource Name (ARN) of the control panel.
|
AssertionRule |
AssertionRule.withName(String name)
Name of the assertion rule.
|
AssertionRule |
AssertionRule.withRuleConfig(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.
|
AssertionRule |
AssertionRule.withSafetyRuleArn(String safetyRuleArn)
The Amazon Resource Name (ARN) of the assertion rule.
|
AssertionRule |
AssertionRule.withStatus(Status status)
The deployment status of an assertion rule.
|
AssertionRule |
AssertionRule.withStatus(String status)
The deployment status of an assertion rule.
|
AssertionRule |
AssertionRule.withWaitPeriodMs(Integer waitPeriodMs)
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.setASSERTION(AssertionRule aSSERTION)
An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule
configuration is met.
|
void |
UpdateSafetyRuleResult.setAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
void |
CreateSafetyRuleResult.setAssertionRule(AssertionRule assertionRule)
The assertion rule created.
|
void |
DescribeSafetyRuleResult.setAssertionRule(AssertionRule assertionRule)
The assertion rule in the response.
|
Rule |
Rule.withASSERTION(AssertionRule aSSERTION)
An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule
configuration is met.
|
UpdateSafetyRuleResult |
UpdateSafetyRuleResult.withAssertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
CreateSafetyRuleResult |
CreateSafetyRuleResult.withAssertionRule(AssertionRule assertionRule)
The assertion rule created.
|
DescribeSafetyRuleResult |
DescribeSafetyRuleResult.withAssertionRule(AssertionRule assertionRule)
The assertion rule in the response.
|
Copyright © 2023. All rights reserved.