Uses of Class
software.amazon.awssdk.services.route53recoverycontrolconfig.model.CreateRoutingControlResponse
-
Packages that use CreateRoutingControlResponse Package Description software.amazon.awssdk.services.route53recoverycontrolconfig Recovery Control Configuration API Reference for Amazon Route 53 Application Recovery Controller -
-
Uses of CreateRoutingControlResponse in software.amazon.awssdk.services.route53recoverycontrolconfig
Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return CreateRoutingControlResponse Modifier and Type Method Description default CreateRoutingControlResponseRoute53RecoveryControlConfigClient. createRoutingControl(Consumer<CreateRoutingControlRequest.Builder> createRoutingControlRequest)Creates a new routing control.default CreateRoutingControlResponseRoute53RecoveryControlConfigClient. createRoutingControl(CreateRoutingControlRequest createRoutingControlRequest)Creates a new routing control.Methods in software.amazon.awssdk.services.route53recoverycontrolconfig that return types with arguments of type CreateRoutingControlResponse Modifier and Type Method Description default CompletableFuture<CreateRoutingControlResponse>Route53RecoveryControlConfigAsyncClient. createRoutingControl(Consumer<CreateRoutingControlRequest.Builder> createRoutingControlRequest)Creates a new routing control.default CompletableFuture<CreateRoutingControlResponse>Route53RecoveryControlConfigAsyncClient. createRoutingControl(CreateRoutingControlRequest createRoutingControlRequest)Creates a new routing control.
-