Uses of Class
software.amazon.awssdk.services.backup.model.DisassociateRecoveryPointResponse
-
Packages that use DisassociateRecoveryPointResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DisassociateRecoveryPointResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DisassociateRecoveryPointResponse Modifier and Type Method Description default DisassociateRecoveryPointResponseBackupClient. 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 DisassociateRecoveryPointResponseBackupClient. 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.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DisassociateRecoveryPointResponse Modifier and Type Method Description default CompletableFuture<DisassociateRecoveryPointResponse>BackupAsyncClient. 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 CompletableFuture<DisassociateRecoveryPointResponse>BackupAsyncClient. 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.
-