| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycluster |
Welcome to the Routing Control (Recovery Cluster) API Reference Guide for Amazon Route 53 Application Recovery
Controller.
|
| software.amazon.awssdk.services.route53recoverycluster.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateRoutingControlStateResponse> |
Route53RecoveryClusterAsyncClient.updateRoutingControlState(Consumer<UpdateRoutingControlStateRequest.Builder> updateRoutingControlStateRequest)
Set the state of the routing control to reroute traffic.
|
default UpdateRoutingControlStateResponse |
Route53RecoveryClusterClient.updateRoutingControlState(Consumer<UpdateRoutingControlStateRequest.Builder> updateRoutingControlStateRequest)
Set the state of the routing control to reroute traffic.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.builder() |
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.routingControlArn(String routingControlArn)
The Amazon Resource Name (ARN) for the routing control that you want to update the state for.
|
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.routingControlState(RoutingControlState routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.routingControlState(String routingControlState)
The state of the routing control.
|
UpdateRoutingControlStateRequest.Builder |
UpdateRoutingControlStateRequest.Builder.safetyRulesToOverride(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.Builder |
UpdateRoutingControlStateRequest.Builder.safetyRulesToOverride(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.Builder |
UpdateRoutingControlStateRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRoutingControlStateRequest.Builder> |
UpdateRoutingControlStateRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.