Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.UpdateSafetyRuleRequest
-
Packages that use UpdateSafetyRuleRequest Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controllersoftware.amazon.awssdk.services.route53recoverycontrolconfig.transform -
-
Uses of UpdateSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig with parameters of type UpdateSafetyRuleRequest Modifier and Type Method Description default CompletableFuture<UpdateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. updateSafetyRule(UpdateSafetyRuleRequest 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). -
Uses of UpdateSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig.transform
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.transform with parameters of type UpdateSafetyRuleRequest Modifier and Type Method Description SdkHttpFullRequestUpdateSafetyRuleRequestMarshaller. marshall(UpdateSafetyRuleRequest updateSafetyRuleRequest)
-