| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateBackupPlanResponse |
BackupClient.createBackupPlan(Consumer<CreateBackupPlanRequest.Builder> createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
default CreateBackupPlanResponse |
BackupClient.createBackupPlan(CreateBackupPlanRequest createBackupPlanRequest)
Creates a backup plan using a backup plan name and backup rules.
|
default CreateBackupSelectionResponse |
BackupClient.createBackupSelection(Consumer<CreateBackupSelectionRequest.Builder> createBackupSelectionRequest)
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
default CreateBackupSelectionResponse |
BackupClient.createBackupSelection(CreateBackupSelectionRequest createBackupSelectionRequest)
Creates a JSON document that specifies a set of resources to assign to a backup plan.
|
default CreateBackupVaultResponse |
BackupClient.createBackupVault(Consumer<CreateBackupVaultRequest.Builder> createBackupVaultRequest)
Creates a logical container where backups are stored.
|
default CreateBackupVaultResponse |
BackupClient.createBackupVault(CreateBackupVaultRequest createBackupVaultRequest)
Creates a logical container where backups are stored.
|
Copyright © 2021. All rights reserved.