| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.clone() |
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withCreationTime(Date creationTime)
This is the date and time that a restore testing selection was created, in Unix format and Coordinated Universal
Time (UTC).
|
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example:
arn:aws:iam::123456789012:role/S3Access. |
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withProtectedResourceType(String protectedResourceType)
The type of Amazon Web Services resource included in a restore testing selection; for example, an Amazon EBS
volume or an Amazon RDS database.
|
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withRestoreTestingPlanName(String restoreTestingPlanName)
Unique string that is the name of the restore testing plan.
|
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withRestoreTestingSelectionName(String restoreTestingSelectionName)
Unique name of a restore testing selection.
|
RestoreTestingSelectionForList |
RestoreTestingSelectionForList.withValidationWindowHours(Integer validationWindowHours)
This value represents the time, in hours, data is retained after a restore test so that optional validation can
be completed.
|
| Modifier and Type | Method and Description |
|---|---|
List<RestoreTestingSelectionForList> |
ListRestoreTestingSelectionsResult.getRestoreTestingSelections()
The returned restore testing selections associated with the restore testing plan.
|
| Modifier and Type | Method and Description |
|---|---|
ListRestoreTestingSelectionsResult |
ListRestoreTestingSelectionsResult.withRestoreTestingSelections(RestoreTestingSelectionForList... restoreTestingSelections)
The returned restore testing selections associated with the restore testing plan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListRestoreTestingSelectionsResult.setRestoreTestingSelections(Collection<RestoreTestingSelectionForList> restoreTestingSelections)
The returned restore testing selections associated with the restore testing plan.
|
ListRestoreTestingSelectionsResult |
ListRestoreTestingSelectionsResult.withRestoreTestingSelections(Collection<RestoreTestingSelectionForList> restoreTestingSelections)
The returned restore testing selections associated with the restore testing plan.
|
Copyright © 2024. All rights reserved.