Uses of Class
software.amazon.awssdk.services.backup.model.DisassociateRecoveryPointRequest
-
Packages that use DisassociateRecoveryPointRequest Package Description software.amazon.awssdk.services.backup Backup software.amazon.awssdk.services.backup.transform -
-
Uses of DisassociateRecoveryPointRequest in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup with parameters of type DisassociateRecoveryPointRequest Modifier and Type Method Description 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.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. -
Uses of DisassociateRecoveryPointRequest in software.amazon.awssdk.services.backup.transform
Methods in software.amazon.awssdk.services.backup.transform with parameters of type DisassociateRecoveryPointRequest Modifier and Type Method Description SdkHttpFullRequestDisassociateRecoveryPointRequestMarshaller. marshall(DisassociateRecoveryPointRequest disassociateRecoveryPointRequest)
-