Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.DeleteSafetyRuleRequest
-
Packages that use DeleteSafetyRuleRequest 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 DeleteSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig with parameters of type DeleteSafetyRuleRequest Modifier and Type Method Description default CompletableFuture<DeleteSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. deleteSafetyRule(DeleteSafetyRuleRequest deleteSafetyRuleRequest)Deletes a safety rule.default DeleteSafetyRuleResponseRoute53RecoveryControlConfigClient. deleteSafetyRule(DeleteSafetyRuleRequest deleteSafetyRuleRequest)Deletes a safety rule. -
Uses of DeleteSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig.transform
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.transform with parameters of type DeleteSafetyRuleRequest Modifier and Type Method Description SdkHttpFullRequestDeleteSafetyRuleRequestMarshaller. marshall(DeleteSafetyRuleRequest deleteSafetyRuleRequest)
-