Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.GatingRule
-
Packages that use GatingRule Package Description software.amazon.awssdk.services.route53recoverycontrolconfig.model -
-
Uses of GatingRule in software.amazon.awssdk.services.route53recoverycontrolconfig.model
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model that return GatingRule Modifier and Type Method Description GatingRuleRule. gating()A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.GatingRuleCreateSafetyRuleResponse. gatingRule()The gating rule created.GatingRuleDescribeSafetyRuleResponse. gatingRule()The gating rule in the response.GatingRuleUpdateSafetyRuleResponse. gatingRule()The gating rule updated.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.model with parameters of type GatingRule Modifier and Type Method Description Rule.BuilderRule.Builder. gating(GatingRule gating)A gating rule verifies that a gating routing control or set of gating routing controls, evaluates as true, based on a rule configuration that you specify, which allows a set of routing control state changes to complete.CreateSafetyRuleResponse.BuilderCreateSafetyRuleResponse.Builder. gatingRule(GatingRule gatingRule)The gating rule created.DescribeSafetyRuleResponse.BuilderDescribeSafetyRuleResponse.Builder. gatingRule(GatingRule gatingRule)The gating rule in the response.UpdateSafetyRuleResponse.BuilderUpdateSafetyRuleResponse.Builder. gatingRule(GatingRule gatingRule)The gating rule updated.
-