| 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 CreateLegalHoldResponse |
BackupClient.createLegalHold(Consumer<CreateLegalHoldRequest.Builder> createLegalHoldRequest)
This action creates a legal hold on a recovery point (backup).
|
default CreateLegalHoldResponse |
BackupClient.createLegalHold(CreateLegalHoldRequest createLegalHoldRequest)
This action creates a legal hold on a recovery point (backup).
|
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 GetBackupPlanFromJsonResponse |
BackupClient.getBackupPlanFromJSON(Consumer<GetBackupPlanFromJsonRequest.Builder> getBackupPlanFromJsonRequest)
Returns a valid JSON document specifying a backup plan or an error.
|
default GetBackupPlanFromJsonResponse |
BackupClient.getBackupPlanFromJSON(GetBackupPlanFromJsonRequest getBackupPlanFromJsonRequest)
Returns a valid JSON document specifying a backup plan or an error.
|
default StartBackupJobResponse |
BackupClient.startBackupJob(Consumer<StartBackupJobRequest.Builder> startBackupJobRequest)
Starts an on-demand backup job for the specified resource.
|
default StartBackupJobResponse |
BackupClient.startBackupJob(StartBackupJobRequest startBackupJobRequest)
Starts an on-demand backup job for the specified resource.
|
default StartCopyJobResponse |
BackupClient.startCopyJob(Consumer<StartCopyJobRequest.Builder> startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
default StartCopyJobResponse |
BackupClient.startCopyJob(StartCopyJobRequest startCopyJobRequest)
Starts a job to create a one-time copy of the specified resource.
|
default TagResourceResponse |
BackupClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN).
|
default TagResourceResponse |
BackupClient.tagResource(TagResourceRequest tagResourceRequest)
Assigns a set of key-value pairs to a recovery point, backup plan, or backup vault identified by an Amazon
Resource Name (ARN).
|
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.