| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycontrolconfig |
Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller
|
| software.amazon.awssdk.services.route53recoverycontrolconfig.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateSafetyRuleResponse> |
Route53RecoveryControlConfigAsyncClient.updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> updateSafetyRuleRequest)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.
|
default UpdateSafetyRuleResponse |
Route53RecoveryControlConfigClient.updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> updateSafetyRuleRequest)
Update a safety rule (an assertion rule or gating rule) for the routing controls in a control panel.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.assertionRuleUpdate(AssertionRuleUpdate assertionRuleUpdate)
Sets the value of the AssertionRuleUpdate property for this object.
|
default UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.assertionRuleUpdate(Consumer<AssertionRuleUpdate.Builder> assertionRuleUpdate)
Sets the value of the AssertionRuleUpdate property for this object.
|
static UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.builder() |
default UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.gatingRuleUpdate(Consumer<GatingRuleUpdate.Builder> gatingRuleUpdate)
Sets the value of the GatingRuleUpdate property for this object.
|
UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.gatingRuleUpdate(GatingRuleUpdate gatingRuleUpdate)
Sets the value of the GatingRuleUpdate property for this object.
|
UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateSafetyRuleRequest.Builder |
UpdateSafetyRuleRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateSafetyRuleRequest.Builder> |
UpdateSafetyRuleRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.