Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.UpdateSafetyRuleResponse
-
Packages that use UpdateSafetyRuleResponse Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller -
-
Uses of UpdateSafetyRuleResponse in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return UpdateSafetyRuleResponse Modifier and Type Method Description default UpdateSafetyRuleResponseRoute53RecoveryControlConfigClient. updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> updateSafetyRuleRequest)Update a safety rule (an assertion rule or gating rule).default UpdateSafetyRuleResponseRoute53RecoveryControlConfigClient. updateSafetyRule(UpdateSafetyRuleRequest updateSafetyRuleRequest)Update a safety rule (an assertion rule or gating rule).Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return types with arguments of type UpdateSafetyRuleResponse Modifier and Type Method Description default CompletableFuture<UpdateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. updateSafetyRule(Consumer<UpdateSafetyRuleRequest.Builder> updateSafetyRuleRequest)Update a safety rule (an assertion rule or gating rule).default CompletableFuture<UpdateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. updateSafetyRule(UpdateSafetyRuleRequest updateSafetyRuleRequest)Update a safety rule (an assertion rule or gating rule).
-