Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.CreateSafetyRuleRequest
-
Packages that use CreateSafetyRuleRequest 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 CreateSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig with parameters of type CreateSafetyRuleRequest Modifier and Type Method Description default CompletableFuture<CreateSafetyRuleResponse>Route53RecoveryControlConfigAsyncClient. createSafetyRule(CreateSafetyRuleRequest createSafetyRuleRequest)Creates a safety rule in a control panel.default CreateSafetyRuleResponseRoute53RecoveryControlConfigClient. createSafetyRule(CreateSafetyRuleRequest createSafetyRuleRequest)Creates a safety rule in a control panel. -
Uses of CreateSafetyRuleRequest in software.amazon.awssdk.services.route53recoverycontrolconfig.transform
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig.transform with parameters of type CreateSafetyRuleRequest Modifier and Type Method Description SdkHttpFullRequestCreateSafetyRuleRequestMarshaller. marshall(CreateSafetyRuleRequest createSafetyRuleRequest)
-