Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.RuleConfig
-
Packages that use RuleConfig Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of RuleConfig in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return RuleConfig Modifier and Type Method Description RuleConfigAssertionRule. 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.RuleConfigGatingRule. ruleConfig()The criteria that you set for gating routing controls that designate how many of the routing control states must be ON to allow you to update target routing control states.RuleConfigNewAssertionRule. 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.RuleConfigNewGatingRule. ruleConfig()The criteria that you set for specific gating controls (routing controls) that designate how many control states must be ON to allow you to change (set or unset) the target control states.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type RuleConfig Modifier and Type Method Description AssertionRule.BuilderAssertionRule.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.GatingRule.BuilderGatingRule.Builder. ruleConfig(RuleConfig ruleConfig)The criteria that you set for gating routing controls that designate how many of the routing control states must be ON to allow you to update target routing control states.NewAssertionRule.BuilderNewAssertionRule.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.NewGatingRule.BuilderNewGatingRule.Builder. ruleConfig(RuleConfig ruleConfig)The criteria that you set for specific gating controls (routing controls) that designate how many control states must be ON to allow you to change (set or unset) the target control states.
-