| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
AssertionRule |
Rule.assertion()
An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule
configuration is met.
|
AssertionRule |
UpdateSafetyRuleResponse.assertionRule()
The assertion rule updated.
|
AssertionRule |
DescribeSafetyRuleResponse.assertionRule()
The assertion rule in the response.
|
AssertionRule |
CreateSafetyRuleResponse.assertionRule()
The assertion rule created.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.assertion(AssertionRule assertion)
An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule
configuration is met.
|
UpdateSafetyRuleResponse.Builder |
UpdateSafetyRuleResponse.Builder.assertionRule(AssertionRule assertionRule)
The assertion rule updated.
|
DescribeSafetyRuleResponse.Builder |
DescribeSafetyRuleResponse.Builder.assertionRule(AssertionRule assertionRule)
The assertion rule in the response.
|
CreateSafetyRuleResponse.Builder |
CreateSafetyRuleResponse.Builder.assertionRule(AssertionRule assertionRule)
The assertion rule created.
|
Copyright © 2022. All rights reserved.