| Package | Description |
|---|---|
| software.amazon.awssdk.services.backup |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteBackupPlanResponse |
BackupClient.deleteBackupPlan(Consumer<DeleteBackupPlanRequest.Builder> deleteBackupPlanRequest)
Deletes a backup plan.
|
default DeleteBackupPlanResponse |
BackupClient.deleteBackupPlan(DeleteBackupPlanRequest deleteBackupPlanRequest)
Deletes a backup plan.
|
default DeleteBackupVaultResponse |
BackupClient.deleteBackupVault(Consumer<DeleteBackupVaultRequest.Builder> deleteBackupVaultRequest)
Deletes the backup vault identified by its name.
|
default DeleteBackupVaultResponse |
BackupClient.deleteBackupVault(DeleteBackupVaultRequest deleteBackupVaultRequest)
Deletes the backup vault identified by its name.
|
default DeleteRecoveryPointResponse |
BackupClient.deleteRecoveryPoint(Consumer<DeleteRecoveryPointRequest.Builder> deleteRecoveryPointRequest)
Deletes the recovery point specified by a recovery point ID.
|
default DeleteRecoveryPointResponse |
BackupClient.deleteRecoveryPoint(DeleteRecoveryPointRequest deleteRecoveryPointRequest)
Deletes the recovery point specified by a recovery point ID.
|
default DescribeGlobalSettingsResponse |
BackupClient.describeGlobalSettings(Consumer<DescribeGlobalSettingsRequest.Builder> describeGlobalSettingsRequest)
Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
|
default DescribeGlobalSettingsResponse |
BackupClient.describeGlobalSettings(DescribeGlobalSettingsRequest describeGlobalSettingsRequest)
Describes the global settings of the AWS account, including whether it is opted in to cross-account backup.
|
default DisassociateRecoveryPointResponse |
BackupClient.disassociateRecoveryPoint(Consumer<DisassociateRecoveryPointRequest.Builder> disassociateRecoveryPointRequest)
Deletes the specified continuous backup recovery point from AWS Backup and releases control of that continuous
backup to the source service, such as Amazon RDS.
|
default DisassociateRecoveryPointResponse |
BackupClient.disassociateRecoveryPoint(DisassociateRecoveryPointRequest disassociateRecoveryPointRequest)
Deletes the specified continuous backup recovery point from AWS Backup and releases control of that continuous
backup to the source service, such as Amazon RDS.
|
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 StopBackupJobResponse |
BackupClient.stopBackupJob(Consumer<StopBackupJobRequest.Builder> stopBackupJobRequest)
Attempts to cancel a job to create a one-time backup of a resource.
|
default StopBackupJobResponse |
BackupClient.stopBackupJob(StopBackupJobRequest stopBackupJobRequest)
Attempts to cancel a job to create a one-time backup of a resource.
|
default UpdateGlobalSettingsResponse |
BackupClient.updateGlobalSettings(Consumer<UpdateGlobalSettingsRequest.Builder> updateGlobalSettingsRequest)
Updates the current global settings for the AWS account.
|
default UpdateGlobalSettingsResponse |
BackupClient.updateGlobalSettings(UpdateGlobalSettingsRequest updateGlobalSettingsRequest)
Updates the current global settings for the AWS account.
|
Copyright © 2021. All rights reserved.