| Package | Description |
|---|---|
| com.amazonaws.services.backup.model |
| Modifier and Type | Method and Description |
|---|---|
BackupPlan |
BackupPlan.clone() |
BackupPlan |
GetBackupPlanFromJSONResult.getBackupPlan()
Specifies the body of a backup plan.
|
BackupPlan |
GetBackupPlanResult.getBackupPlan()
Specifies the body of a backup plan.
|
BackupPlan |
GetBackupPlanFromTemplateResult.getBackupPlanDocument()
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
BackupPlan |
BackupPlan.withAdvancedBackupSettings(AdvancedBackupSetting... advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan |
BackupPlan.withAdvancedBackupSettings(Collection<AdvancedBackupSetting> advancedBackupSettings)
Contains a list of
BackupOptions for each resource type. |
BackupPlan |
BackupPlan.withBackupPlanName(String backupPlanName)
The display name of a backup plan.
|
BackupPlan |
BackupPlan.withRules(BackupRule... rules)
An array of
BackupRule objects, each of which specifies a scheduled task that is used to back up a
selection of resources. |
BackupPlan |
BackupPlan.withRules(Collection<BackupRule> 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 |
GetBackupPlanFromJSONResult.setBackupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
void |
GetBackupPlanResult.setBackupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
void |
GetBackupPlanFromTemplateResult.setBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
GetBackupPlanFromJSONResult |
GetBackupPlanFromJSONResult.withBackupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
GetBackupPlanResult |
GetBackupPlanResult.withBackupPlan(BackupPlan backupPlan)
Specifies the body of a backup plan.
|
GetBackupPlanFromTemplateResult |
GetBackupPlanFromTemplateResult.withBackupPlanDocument(BackupPlan backupPlanDocument)
Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of
the plan.
|
Copyright © 2023. All rights reserved.