Package com.morpheusdata.core
Interface MorpheusInstanceThresholdService
- All Superinterfaces:
- MorpheusDataQueryService<InstanceThreshold>,- MorpheusDataService<InstanceThreshold,- InstanceThresholdIdentityProjection> 
public interface MorpheusInstanceThresholdService
extends MorpheusDataService<InstanceThreshold,InstanceThresholdIdentityProjection> 
Context methods for 
InstanceThreshold- 
Method SummaryModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Observable<InstanceThreshold>listById(Collection<Long> ids) Get a collection ofInstanceThresholdobjects from a collection of idsMethods inherited from interface com.morpheusdata.core.MorpheusDataQueryServicecount, find, get, list, list, listById, listOptions, listOptions, searchMethods inherited from interface com.morpheusdata.core.MorpheusDataServicebulkCreate, bulkRemove, bulkSave, create, create, remove, remove, save, save
- 
Method Details- 
listByIdGet a collection ofInstanceThresholdobjects from a collection of ids- Parameters:
- ids-
- Returns:
- an observable of thresholds
 
 
-