Uses of Class
com.oracle.bmc.opsi.model.ResourceInsightProjectedUtilizationItem
-
Packages that use ResourceInsightProjectedUtilizationItem Package Description com.oracle.bmc.opsi.model -
-
Uses of ResourceInsightProjectedUtilizationItem in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return ResourceInsightProjectedUtilizationItem Modifier and Type Method Description ResourceInsightProjectedUtilizationItem
ResourceInsightProjectedUtilizationItem.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type ResourceInsightProjectedUtilizationItem Modifier and Type Method Description List<ResourceInsightProjectedUtilizationItem>
ResourceInsightProjectedUtilization. getHigh()
List of db ids with high usageList<ResourceInsightProjectedUtilizationItem>
ResourceInsightProjectedUtilization. getLow()
List of db ids with low usageMethods in com.oracle.bmc.opsi.model with parameters of type ResourceInsightProjectedUtilizationItem Modifier and Type Method Description ResourceInsightProjectedUtilizationItem.Builder
ResourceInsightProjectedUtilizationItem.Builder. copy(ResourceInsightProjectedUtilizationItem model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type ResourceInsightProjectedUtilizationItem Modifier and Type Method Description ResourceInsightProjectedUtilization.Builder
ResourceInsightProjectedUtilization.Builder. high(List<ResourceInsightProjectedUtilizationItem> high)
List of db ids with high usageResourceInsightProjectedUtilization.Builder
ResourceInsightProjectedUtilization.Builder. low(List<ResourceInsightProjectedUtilizationItem> low)
List of db ids with low usageConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type ResourceInsightProjectedUtilizationItem Constructor Description ResourceInsightProjectedUtilization(List<ResourceInsightProjectedUtilizationItem> low, List<ResourceInsightProjectedUtilizationItem> high)
Deprecated.
-