Uses of Class
com.morpheusdata.model.projection.BackupRestoreIdentityProjection
Packages that use BackupRestoreIdentityProjection
-
Uses of BackupRestoreIdentityProjection in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup that return types with arguments of type BackupRestoreIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<BackupRestoreIdentityProjection>MorpheusBackupRestoreService.listById(Collection<Long> ids) Deprecated.io.reactivex.rxjava3.core.Observable<BackupRestoreIdentityProjection>MorpheusBackupRestoreService.listIdentityProjections(Backup backup) Lists all backup projection objects for a specified backup id.io.reactivex.rxjava3.core.Observable<BackupRestoreIdentityProjection>MorpheusBackupRestoreService.listIdentityProjections(BackupProvider backupProvider) Lists all backup projection objects for a specified backup provider id.io.reactivex.rxjava3.core.Observable<BackupRestoreIdentityProjection>MorpheusBackupRestoreService.listIdentityProjections(BackupResult backupResult) Lists all backup projection objects for a specified backup result id.Method parameters in com.morpheusdata.core.backup with type arguments of type BackupRestoreIdentityProjectionModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<Boolean>MorpheusBackupRestoreService.remove(List<BackupRestoreIdentityProjection> removeList) Deprecated.
MorpheusDataService.bulkRemove(java.util.List<I>)instead