default CancelLegalHoldResponse |
BackupClient.cancelLegalHold(Consumer<CancelLegalHoldRequest.Builder> cancelLegalHoldRequest) |
This action removes the specified legal hold on a recovery point.
|
default CancelLegalHoldResponse |
BackupClient.cancelLegalHold(CancelLegalHoldRequest cancelLegalHoldRequest) |
This action removes the specified legal hold on a recovery point.
|
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 DisassociateRecoveryPointResponse |
BackupClient.disassociateRecoveryPoint(Consumer<DisassociateRecoveryPointRequest.Builder> disassociateRecoveryPointRequest) |
Deletes the specified continuous backup recovery point from 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 Backup and releases control of that continuous backup
to the source service, such as Amazon RDS.
|