| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GatingRule |
Rule.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.
|
GatingRule |
UpdateSafetyRuleResponse.gatingRule()
The gating rule updated.
|
GatingRule |
DescribeSafetyRuleResponse.gatingRule()
The gating rule in the response.
|
GatingRule |
CreateSafetyRuleResponse.gatingRule()
The gating rule created.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.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.
|
UpdateSafetyRuleResponse.Builder |
UpdateSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
The gating rule updated.
|
DescribeSafetyRuleResponse.Builder |
DescribeSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
The gating rule in the response.
|
CreateSafetyRuleResponse.Builder |
CreateSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
The gating rule created.
|
Copyright © 2023. All rights reserved.