| Package | Description |
|---|---|
| software.amazon.awssdk.services.arczonalshift |
This is the API Reference Guide for the zonal shift feature of Amazon Route 53 Application Recovery Controller.
|
| software.amazon.awssdk.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
default CancelZonalShiftResponse |
ArcZonalShiftClient.cancelZonalShift(CancelZonalShiftRequest cancelZonalShiftRequest)
Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in
your AWS account in an AWS Region.
|
default CancelZonalShiftResponse |
ArcZonalShiftClient.cancelZonalShift(Consumer<CancelZonalShiftRequest.Builder> cancelZonalShiftRequest)
Cancel a zonal shift in Amazon Route 53 Application Recovery Controller that you've started for a resource in
your AWS account in an AWS Region.
|
default GetManagedResourceResponse |
ArcZonalShiftClient.getManagedResource(Consumer<GetManagedResourceRequest.Builder> getManagedResourceRequest)
Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application
Recovery Controller in this AWS Region.
|
default GetManagedResourceResponse |
ArcZonalShiftClient.getManagedResource(GetManagedResourceRequest getManagedResourceRequest)
Get information about a resource that's been registered for zonal shifts with Amazon Route 53 Application
Recovery Controller in this AWS Region.
|
default ListManagedResourcesResponse |
ArcZonalShiftClient.listManagedResources(Consumer<ListManagedResourcesRequest.Builder> listManagedResourcesRequest)
Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route
53 Application Recovery Controller, and information about them.
|
default ListManagedResourcesResponse |
ArcZonalShiftClient.listManagedResources(ListManagedResourcesRequest listManagedResourcesRequest)
Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route
53 Application Recovery Controller, and information about them.
|
default ListManagedResourcesIterable |
ArcZonalShiftClient.listManagedResourcesPaginator(Consumer<ListManagedResourcesRequest.Builder> listManagedResourcesRequest)
Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route
53 Application Recovery Controller, and information about them.
|
default ListManagedResourcesIterable |
ArcZonalShiftClient.listManagedResourcesPaginator(ListManagedResourcesRequest listManagedResourcesRequest)
Lists all the resources in your AWS account in this AWS Region that are managed for zonal shifts in Amazon Route
53 Application Recovery Controller, and information about them.
|
default ListZonalShiftsResponse |
ArcZonalShiftClient.listZonalShifts(Consumer<ListZonalShiftsRequest.Builder> listZonalShiftsRequest)
Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this
AWS Region.
|
default ListZonalShiftsResponse |
ArcZonalShiftClient.listZonalShifts(ListZonalShiftsRequest listZonalShiftsRequest)
Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this
AWS Region.
|
default ListZonalShiftsIterable |
ArcZonalShiftClient.listZonalShiftsPaginator(Consumer<ListZonalShiftsRequest.Builder> listZonalShiftsRequest)
Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this
AWS Region.
|
default ListZonalShiftsIterable |
ArcZonalShiftClient.listZonalShiftsPaginator(ListZonalShiftsRequest listZonalShiftsRequest)
Lists all the active zonal shifts in Amazon Route 53 Application Recovery Controller in your AWS account in this
AWS Region.
|
default StartZonalShiftResponse |
ArcZonalShiftClient.startZonalShift(Consumer<StartZonalShiftRequest.Builder> startZonalShiftRequest)
You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region,
to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS
infrastructure failure in a single Availability Zone.
|
default StartZonalShiftResponse |
ArcZonalShiftClient.startZonalShift(StartZonalShiftRequest startZonalShiftRequest)
You start a zonal shift to temporarily move load balancer traffic away from an Availability Zone in a AWS Region,
to help your application recover immediately, for example, from a developer's bad code deployment or from an AWS
infrastructure failure in a single Availability Zone.
|
default UpdateZonalShiftResponse |
ArcZonalShiftClient.updateZonalShift(Consumer<UpdateZonalShiftRequest.Builder> updateZonalShiftRequest)
Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account.
|
default UpdateZonalShiftResponse |
ArcZonalShiftClient.updateZonalShift(UpdateZonalShiftRequest updateZonalShiftRequest)
Update an active zonal shift in Amazon Route 53 Application Recovery Controller in your AWS account.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
You do not have sufficient access to perform this action.
|
class |
ConflictException
The request could not be processed because of conflict in the current state of the resource.
|
class |
InternalServerException
There was an internal server error.
|
class |
ResourceNotFoundException
The input requested a resource that was not found.
|
class |
ThrottlingException
The request was denied due to request throttling.
|
class |
ValidationException
The input fails to satisfy the constraints specified by an AWS service.
|
| Modifier and Type | Method and Description |
|---|---|
ArcZonalShiftException |
ArcZonalShiftException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(ArcZonalShiftException ex) |
Copyright © 2023. All rights reserved.