Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.AssertionRule
-
Packages that use AssertionRule Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of AssertionRule in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return AssertionRule Modifier and Type Method Description AssertionRuleRule. assertion()An assertion rule enforces that, when a routing control state is changed, the criteria set by the rule configuration is met.AssertionRuleCreateSafetyRuleResponse. assertionRule()The assertion rule created.AssertionRuleDescribeSafetyRuleResponse. assertionRule()The assertion rule in the response.AssertionRuleUpdateSafetyRuleResponse. assertionRule()The assertion rule updated.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type AssertionRule Modifier and Type Method Description Rule.BuilderRule.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.CreateSafetyRuleResponse.BuilderCreateSafetyRuleResponse.Builder. assertionRule(AssertionRule assertionRule)The assertion rule created.DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. assertionRule(AssertionRule assertionRule)The assertion rule in the response.UpdateSafetyRuleResponse.BuilderUpdateSafetyRuleResponse.Builder. assertionRule(AssertionRule assertionRule)The assertion rule updated.
-