| Package | Description |
|---|---|
| software.amazon.awssdk.services.route53recoverycluster |
Welcome to the Amazon Route 53 Application Recovery Controller API Reference Guide for Recovery Control Data Plane .
|
| 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 Number (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.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateRoutingControlStateRequest.Builder> |
UpdateRoutingControlStateRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.