| 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.
|
default CreateFrameworkResponse |
BackupClient.createFramework(Consumer<CreateFrameworkRequest.Builder> createFrameworkRequest)
Creates a framework with one or more controls.
|
default CreateFrameworkResponse |
BackupClient.createFramework(CreateFrameworkRequest createFrameworkRequest)
Creates a framework with one or more controls.
|
default CreateLogicallyAirGappedBackupVaultResponse |
BackupClient.createLogicallyAirGappedBackupVault(Consumer<CreateLogicallyAirGappedBackupVaultRequest.Builder> createLogicallyAirGappedBackupVaultRequest)
This request creates a logical container where backups are stored.
|
default CreateLogicallyAirGappedBackupVaultResponse |
BackupClient.createLogicallyAirGappedBackupVault(CreateLogicallyAirGappedBackupVaultRequest createLogicallyAirGappedBackupVaultRequest)
This request creates a logical container where backups are stored.
|
default CreateReportPlanResponse |
BackupClient.createReportPlan(Consumer<CreateReportPlanRequest.Builder> createReportPlanRequest)
Creates a report plan.
|
default CreateReportPlanResponse |
BackupClient.createReportPlan(CreateReportPlanRequest createReportPlanRequest)
Creates a report plan.
|
default UpdateFrameworkResponse |
BackupClient.updateFramework(Consumer<UpdateFrameworkRequest.Builder> updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
default UpdateFrameworkResponse |
BackupClient.updateFramework(UpdateFrameworkRequest updateFrameworkRequest)
Updates an existing framework identified by its
FrameworkName with the input document in JSON
format. |
Copyright © 2023. All rights reserved.