| 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 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 ListRoutingControlsResponse |
Route53RecoveryClusterClient.listRoutingControls(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)
List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each
routing control, along with the control panel name and control panel ARN for the routing controls.
|
default ListRoutingControlsResponse |
Route53RecoveryClusterClient.listRoutingControls(ListRoutingControlsRequest listRoutingControlsRequest)
List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each
routing control, along with the control panel name and control panel ARN for the routing controls.
|
default ListRoutingControlsIterable |
Route53RecoveryClusterClient.listRoutingControlsPaginator(Consumer<ListRoutingControlsRequest.Builder> listRoutingControlsRequest)
List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each
routing control, along with the control panel name and control panel ARN for the routing controls.
|
default ListRoutingControlsIterable |
Route53RecoveryClusterClient.listRoutingControlsPaginator(ListRoutingControlsRequest listRoutingControlsRequest)
List routing control names and Amazon Resource Names (ARNs), as well as the routing control state for each
routing control, along with the control panel name and control panel ARN for the routing controls.
|
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 perform this action.
|
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 or control panel that was not found.
|
class |
ServiceLimitExceededException
The request can't update that many routing control states at the same time.
|
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.