| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupPlanInput |
BackupPlanInput.clone() |
BackupPlanInput |
CreateBackupPlanRequest.getBackupPlan()
Specifies the body of a backup plan.
|
BackupPlanInput |
UpdateBackupPlanRequest.getBackupPlan()
Specifies the body of a backup plan.
|
BackupPlanInput |
BackupPlanInput.withBackupPlanName(String backupPlanName)
The display name of a backup plan.
|
BackupPlanInput |
BackupPlanInput.withRules(BackupRuleInput... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
BackupPlanInput |
BackupPlanInput.withRules(Collection<BackupRuleInput> rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
| Modifier and Type | Method and Description |
|---|---|
void |
CreateBackupPlanRequest.setBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
void |
UpdateBackupPlanRequest.setBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
CreateBackupPlanRequest |
CreateBackupPlanRequest.withBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
UpdateBackupPlanRequest |
UpdateBackupPlanRequest.withBackupPlan(BackupPlanInput backupPlan)
Specifies the body of a backup plan.
|
Copyright © 2020. All rights reserved.