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