Uses of Class
software.amazon.awssdk.services.backup.model.DisassociateRecoveryPointFromParentResponse
-
Packages that use DisassociateRecoveryPointFromParentResponse Package Description software.amazon.awssdk.services.backup Backup -
-
Uses of DisassociateRecoveryPointFromParentResponse in software.amazon.awssdk.services.backup
Methods in software.amazon.awssdk.services.backup that return DisassociateRecoveryPointFromParentResponse Modifier and Type Method Description default DisassociateRecoveryPointFromParentResponseBackupClient. disassociateRecoveryPointFromParent(Consumer<DisassociateRecoveryPointFromParentRequest.Builder> disassociateRecoveryPointFromParentRequest)This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.default DisassociateRecoveryPointFromParentResponseBackupClient. disassociateRecoveryPointFromParent(DisassociateRecoveryPointFromParentRequest disassociateRecoveryPointFromParentRequest)This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.Methods in software.amazon.awssdk.services.backup that return types with arguments of type DisassociateRecoveryPointFromParentResponse Modifier and Type Method Description default CompletableFuture<DisassociateRecoveryPointFromParentResponse>BackupAsyncClient. disassociateRecoveryPointFromParent(Consumer<DisassociateRecoveryPointFromParentRequest.Builder> disassociateRecoveryPointFromParentRequest)This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.default CompletableFuture<DisassociateRecoveryPointFromParentResponse>BackupAsyncClient. disassociateRecoveryPointFromParent(DisassociateRecoveryPointFromParentRequest disassociateRecoveryPointFromParentRequest)This action to a specific child (nested) recovery point removes the relationship between the specified recovery point and its parent (composite) recovery point.
-