| Package | Description |
|---|---|
| com.amazonaws.services.route53recoverycluster |
Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery
Controller.
|
| com.amazonaws.services.route53recoverycluster.model |
| Modifier and Type | Method and Description |
|---|---|
Future<UpdateRoutingControlStateResult> |
AWSRoute53RecoveryClusterAsyncClient.updateRoutingControlStateAsync(UpdateRoutingControlStateRequest request,
AsyncHandler<UpdateRoutingControlStateRequest,UpdateRoutingControlStateResult> asyncHandler) |
Future<UpdateRoutingControlStateResult> |
AWSRoute53RecoveryClusterAsync.updateRoutingControlStateAsync(UpdateRoutingControlStateRequest updateRoutingControlStateRequest,
AsyncHandler<UpdateRoutingControlStateRequest,UpdateRoutingControlStateResult> asyncHandler)
Set the state of the routing control to reroute traffic.
|
Future<UpdateRoutingControlStateResult> |
AbstractAWSRoute53RecoveryClusterAsync.updateRoutingControlStateAsync(UpdateRoutingControlStateRequest request,
AsyncHandler<UpdateRoutingControlStateRequest,UpdateRoutingControlStateResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.clone() |
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.withRoutingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
|
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.withRoutingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.withRoutingControlState(String routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.withSafetyRulesToOverride(Collection<String> safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of
a routing control.
|
UpdateRoutingControlStateRequest |
UpdateRoutingControlStateRequest.withSafetyRulesToOverride(String... safetyRulesToOverride)
The Amazon Resource Names (ARNs) for the safety rules that you want to override when you're updating the state of
a routing control.
|
Copyright © 2023. All rights reserved.