Uses of Class
software.amazon.awssdk.services.backup.model.BackupPlan
-
Packages that use BackupPlan Package Description software.amazon.awssdk.services.backup.model -
-
Uses of BackupPlan in software.amazon.awssdk.services.backup.model
Methods in software.amazon.awssdk.services.backup.model that return BackupPlan Modifier and Type Method Description BackupPlanGetBackupPlanFromJsonResponse. backupPlan()Specifies the body of a backup plan.BackupPlanGetBackupPlanResponse. backupPlan()Specifies the body of a backup plan.BackupPlanGetBackupPlanFromTemplateResponse. backupPlanDocument()Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.Methods in software.amazon.awssdk.services.backup.model with parameters of type BackupPlan Modifier and Type Method Description GetBackupPlanFromJsonResponse.BuilderGetBackupPlanFromJsonResponse.Builder. backupPlan(BackupPlan backupPlan)Specifies the body of a backup plan.GetBackupPlanResponse.BuilderGetBackupPlanResponse.Builder. backupPlan(BackupPlan backupPlan)Specifies the body of a backup plan.GetBackupPlanFromTemplateResponse.BuilderGetBackupPlanFromTemplateResponse.Builder. backupPlanDocument(BackupPlan backupPlanDocument)Returns the body of a backup plan based on the target template, including the name, rules, and backup vault of the plan.
-