Uses of Class
software.amazon.awssdk.services.route53recoverycluster.model.ConflictException
-
Packages that use ConflictException 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 ConflictException in software.amazon.awssdk.services.route53recoverycluster
Methods in software.amazon.awssdk.services.route53recoverycluster that throw ConflictException 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.default UpdateRoutingControlStatesResponseRoute53RecoveryClusterClient. updateRoutingControlStates(Consumer<UpdateRoutingControlStatesRequest.Builder> updateRoutingControlStatesRequest)Set multiple routing control states.default UpdateRoutingControlStatesResponseRoute53RecoveryClusterClient. updateRoutingControlStates(UpdateRoutingControlStatesRequest updateRoutingControlStatesRequest)Set multiple routing control states.
-