| Package | Description |
|---|---|
| com.amazonaws.services.arczonalshift |
Welcome to the Zonal Shift API Reference Guide for Amazon Route 53 Application Recovery Controller (Route 53 ARC).
|
| com.amazonaws.services.arczonalshift.model |
| Modifier and Type | Method and Description |
|---|---|
UpdatePracticeRunConfigurationResult |
AbstractAWSARCZonalShift.updatePracticeRunConfiguration(UpdatePracticeRunConfigurationRequest request) |
UpdatePracticeRunConfigurationResult |
AWSARCZonalShift.updatePracticeRunConfiguration(UpdatePracticeRunConfigurationRequest updatePracticeRunConfigurationRequest)
Update a practice run configuration to change one or more of the following: add, change, or remove the blocking
alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
|
UpdatePracticeRunConfigurationResult |
AWSARCZonalShiftClient.updatePracticeRunConfiguration(UpdatePracticeRunConfigurationRequest request)
Update a practice run configuration to change one or more of the following: add, change, or remove the blocking
alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
|
Future<UpdatePracticeRunConfigurationResult> |
AbstractAWSARCZonalShiftAsync.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest request) |
Future<UpdatePracticeRunConfigurationResult> |
AWSARCZonalShiftAsync.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest updatePracticeRunConfigurationRequest)
Update a practice run configuration to change one or more of the following: add, change, or remove the blocking
alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
|
Future<UpdatePracticeRunConfigurationResult> |
AWSARCZonalShiftAsyncClient.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest request) |
Future<UpdatePracticeRunConfigurationResult> |
AbstractAWSARCZonalShiftAsync.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest request,
AsyncHandler<UpdatePracticeRunConfigurationRequest,UpdatePracticeRunConfigurationResult> asyncHandler) |
Future<UpdatePracticeRunConfigurationResult> |
AWSARCZonalShiftAsync.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest updatePracticeRunConfigurationRequest,
AsyncHandler<UpdatePracticeRunConfigurationRequest,UpdatePracticeRunConfigurationResult> asyncHandler)
Update a practice run configuration to change one or more of the following: add, change, or remove the blocking
alarm; change the outcome alarm; or add, change, or remove blocking dates or time windows.
|
Future<UpdatePracticeRunConfigurationResult> |
AWSARCZonalShiftAsyncClient.updatePracticeRunConfigurationAsync(UpdatePracticeRunConfigurationRequest request,
AsyncHandler<UpdatePracticeRunConfigurationRequest,UpdatePracticeRunConfigurationResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.clone() |
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockedDates(Collection<String> blockedDates)
Add, change, or remove blocked dates for a practice run in zonal autoshift.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockedDates(String... blockedDates)
Add, change, or remove blocked dates for a practice run in zonal autoshift.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockedWindows(Collection<String> blockedWindows)
Add, change, or remove windows of days and times for when you can, optionally, block Route 53 ARC from starting a
practice run for a resource.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockedWindows(String... blockedWindows)
Add, change, or remove windows of days and times for when you can, optionally, block Route 53 ARC from starting a
practice run for a resource.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockingAlarms(Collection<ControlCondition> blockingAlarms)
Add, change, or remove the Amazon CloudWatch alarm that you optionally specify as the blocking alarm for practice
runs.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withBlockingAlarms(ControlCondition... blockingAlarms)
Add, change, or remove the Amazon CloudWatch alarm that you optionally specify as the blocking alarm for practice
runs.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withOutcomeAlarms(Collection<ControlCondition> outcomeAlarms)
Specify a new the Amazon CloudWatch alarm as the outcome alarm for practice runs.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withOutcomeAlarms(ControlCondition... outcomeAlarms)
Specify a new the Amazon CloudWatch alarm as the outcome alarm for practice runs.
|
UpdatePracticeRunConfigurationRequest |
UpdatePracticeRunConfigurationRequest.withResourceIdentifier(String resourceIdentifier)
The identifier for the resource that you want to update the practice run configuration for.
|
Copyright © 2023. All rights reserved.