Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.CreateSafetyRuleResponse
-
Packages that use CreateSafetyRuleResponse Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller -
-
Uses of CreateSafetyRuleResponse in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return CreateSafetyRuleResponse Modifier and Type Method Description default CreateSafetyRuleResponseRoute53RecoveryControlConfigClient. createSafetyRule(Consumer<CreateSafetyRuleRequest.Builder> createSafetyRuleRequest)Creates a safety rule in a control panel.default CreateSafetyRuleResponseRoute53RecoveryControlConfigClient. createSafetyRule(CreateSafetyRuleRequest createSafetyRuleRequest)Creates a safety rule in a control panel.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return types with arguments of type CreateSafetyRuleResponse Modifier and Type Method Description default CompletableFuture<CreateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. createSafetyRule(Consumer<CreateSafetyRuleRequest.Builder> createSafetyRuleRequest)Creates a safety rule in a control panel.default CompletableFuture<CreateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. createSafetyRule(CreateSafetyRuleRequest createSafetyRuleRequest)Creates a safety rule in a control panel.
-