| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingPlanForList |
RestoreTestingPlanForList.clone() |
RestoreTestingPlanForList |
RestoreTestingPlanForList.withCreationTime(Date creationTime)
The date and time that a restore testing plan was created, in Unix format and Coordinated Universal Time (UTC).
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withLastExecutionTime(Date lastExecutionTime)
The last time a restore test was run with the specified restore testing plan.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withLastUpdateTime(Date lastUpdateTime)
The date and time that the restore testing plan was updated.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withRestoreTestingPlanArn(String restoreTestingPlanArn)
An Amazon Resource Name (ARN) that uniquely identifiesa restore testing plan.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withRestoreTestingPlanName(String restoreTestingPlanName)
This is the restore testing plan name.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withScheduleExpression(String scheduleExpression)
A CRON expression in specified timezone when a restore testing plan is executed.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withScheduleExpressionTimezone(String scheduleExpressionTimezone)
Optional.
|
RestoreTestingPlanForList |
RestoreTestingPlanForList.withStartWindowHours(Integer startWindowHours)
Defaults to 24 hours.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestoreTestingPlanForList> |
ListRestoreTestingPlansResult.getRestoreTestingPlans()
This is a returned list of restore testing plans.
|
| Modifier and Type | Method and Description |
|---|---|
ListRestoreTestingPlansResult |
ListRestoreTestingPlansResult.withRestoreTestingPlans(RestoreTestingPlanForList... restoreTestingPlans)
This is a returned list of restore testing plans.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRestoreTestingPlansResult.setRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
|
ListRestoreTestingPlansResult |
ListRestoreTestingPlansResult.withRestoreTestingPlans(Collection<RestoreTestingPlanForList> restoreTestingPlans)
This is a returned list of restore testing plans.
|
Copyright © 2024. All rights reserved.