Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.UpdateRoutingControlStateResponse
-
Packages that use UpdateRoutingControlStateResponse Package Description software.amazon.awssdk.services.route53recoverycluster Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery Controller. -
-
Uses of UpdateRoutingControlStateResponse in software.amazon.awssdk.services.route53recoverycluster
Methods in software.amazon.awssdk.services.route53recoverycluster that return UpdateRoutingControlStateResponse Modifier and Type Method Description default UpdateRoutingControlStateResponseRoute53RecoveryClusterClient. updateRoutingControlState(Consumer<UpdateRoutingControlStateRequest.Builder> updateRoutingControlStateRequest)Set the state of the routing control to reroute traffic.default UpdateRoutingControlStateResponseRoute53RecoveryClusterClient. updateRoutingControlState(UpdateRoutingControlStateRequest updateRoutingControlStateRequest)Set the state of the routing control to reroute traffic.Methods in software.amazon.awssdk.services.route53recoverycluster that return types with arguments of type UpdateRoutingControlStateResponse Modifier and Type Method Description default CompletableFuture<UpdateRoutingControlStateResponse>Route53RecoveryClusterAsyncClient. updateRoutingControlState(Consumer<UpdateRoutingControlStateRequest.Builder> updateRoutingControlStateRequest)Set the state of the routing control to reroute traffic.default CompletableFuture<UpdateRoutingControlStateResponse>Route53RecoveryClusterAsyncClient. updateRoutingControlState(UpdateRoutingControlStateRequest updateRoutingControlStateRequest)Set the state of the routing control to reroute traffic.
-