Uses of Interface
com.morpheusdata.model.projection.AccountIdentity
Packages that use AccountIdentity
Package
Description
-
Uses of AccountIdentity in com.morpheusdata.core.backup
Methods in com.morpheusdata.core.backup with parameters of type AccountIdentityModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.io.reactivex.rxjava3.core.Single<StorageBucket>MorpheusBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject. -
Uses of AccountIdentity in com.morpheusdata.core.data
Fields in com.morpheusdata.core.data declared as AccountIdentityModifier and TypeFieldDescriptionDataQuery.accountSpecifies the Account object scope for the query.Constructors in com.morpheusdata.core.data with parameters of type AccountIdentityModifierConstructorDescriptionDataQuery(AccountIdentity account) Creates an initial DataQuery scoped to an Account.DataQuery(AccountIdentity account, Map<String, Object> parameters) -
Uses of AccountIdentity in com.morpheusdata.core.synchronous.backup
Methods in com.morpheusdata.core.synchronous.backup with parameters of type AccountIdentityModifier and TypeMethodDescriptionMorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId) Returns theStorageBucketassociated with aBackupobject.MorpheusSynchronousBackupService.getBackupStorageBucket(AccountIdentity accountIdentity, Long backupId, Long storageProviderId) Returns theStorageBucketassociated with aBackupobject. -
Uses of AccountIdentity in com.morpheusdata.model
Classes in com.morpheusdata.model that implement AccountIdentity -
Uses of AccountIdentity in com.morpheusdata.model.projection
Methods in com.morpheusdata.model.projection that return AccountIdentity