| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
GatingRule |
Rule.gating()
A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that you
specify.
|
GatingRule |
CreateSafetyRuleResponse.gatingRule()
Returns the value of the GatingRule property for this object.
|
GatingRule |
DescribeSafetyRuleResponse.gatingRule()
Returns the value of the GatingRule property for this object.
|
GatingRule |
UpdateSafetyRuleResponse.gatingRule()
Returns the value of the GatingRule property for this object.
|
| Modifier and Type | Method and Description |
|---|---|
Rule.Builder |
Rule.Builder.gating(GatingRule gating)
A gating rule verifies that a set of gating controls evaluates as true, based on a rule configuration that
you specify.
|
CreateSafetyRuleResponse.Builder |
CreateSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
Sets the value of the GatingRule property for this object.
|
DescribeSafetyRuleResponse.Builder |
DescribeSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
Sets the value of the GatingRule property for this object.
|
UpdateSafetyRuleResponse.Builder |
UpdateSafetyRuleResponse.Builder.gatingRule(GatingRule gatingRule)
Sets the value of the GatingRule property for this object.
|
Copyright © 2021. All rights reserved.