| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.clone() |
RestoreTestingPlanForGet |
GetRestoreTestingPlanResult.getRestoreTestingPlan()
Specifies the body of a restore testing plan.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withCreationTime(Date creationTime)
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withCreatorRequestId(String creatorRequestId)
This identifies the request and allows failed requests to be retried without the risk of running the operation
twice.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withRecoveryPointSelection(RestoreTestingRecoveryPointSelection recoveryPointSelection)
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional.
|
RestoreTestingPlanForGet |
RestoreTestingPlanForGet.withStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetRestoreTestingPlanResult.setRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan.
|
GetRestoreTestingPlanResult |
GetRestoreTestingPlanResult.withRestoreTestingPlan(RestoreTestingPlanForGet restoreTestingPlan)
Specifies the body of a restore testing plan.
|
Copyright © 2023. All rights reserved.