| 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 GetRoutingControlStateResponse |
Route53RecoveryClusterClient.getRoutingControlState(Consumer<GetRoutingControlStateRequest.Builder> getRoutingControlStateRequest)
Get the state for a routing control.
|
default GetRoutingControlStateResponse |
Route53RecoveryClusterClient.getRoutingControlState(GetRoutingControlStateRequest getRoutingControlStateRequest)
Get the state for a routing control.
|
default UpdateRoutingControlStateResponse |
Route53RecoveryClusterClient.updateRoutingControlState(Consumer<UpdateRoutingControlStateRequest.Builder> updateRoutingControlStateRequest)
Set the state of the routing control to reroute traffic.
|
default UpdateRoutingControlStateResponse |
Route53RecoveryClusterClient.updateRoutingControlState(UpdateRoutingControlStateRequest updateRoutingControlStateRequest)
Set the state of the routing control to reroute traffic.
|
default UpdateRoutingControlStatesResponse |
Route53RecoveryClusterClient.updateRoutingControlStates(Consumer<UpdateRoutingControlStatesRequest.Builder> updateRoutingControlStatesRequest)
Set multiple routing control states.
|
default UpdateRoutingControlStatesResponse |
Route53RecoveryClusterClient.updateRoutingControlStates(UpdateRoutingControlStatesRequest updateRoutingControlStatesRequest)
Set multiple routing control states.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You don't have sufficient permissions to query the routing control state.
|
class |
ConflictException
There was a conflict with this request.
|
class |
EndpointTemporarilyUnavailableException
The cluster endpoint isn't available.
|
class |
InternalServerException
There was an unexpected error during processing of the request.
|
class |
ResourceNotFoundException
The request references a routing control that was not found.
|
class |
ThrottlingException
The request was denied because of request throttling.
|
class |
ValidationException
There was a validation error on the request.
|
| Modifier and Type | Method and Description |
|---|---|
Route53RecoveryClusterException |
Route53RecoveryClusterException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(Route53RecoveryClusterException ex) |
Copyright © 2022. All rights reserved.