Uses of Class
com.oracle.bmc.opsi.model.IoUsageTrend
-
Packages that use IoUsageTrend Package Description com.oracle.bmc.opsi.model -
-
Uses of IoUsageTrend in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return IoUsageTrend Modifier and Type Method Description IoUsageTrend
IoUsageTrend.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type IoUsageTrend Modifier and Type Method Description List<IoUsageTrend>
IoUsageTrendAggregation. getUsageData()
List of usage data samples for a IO interface.Methods in com.oracle.bmc.opsi.model with parameters of type IoUsageTrend Modifier and Type Method Description IoUsageTrend.Builder
IoUsageTrend.Builder. copy(IoUsageTrend model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type IoUsageTrend Modifier and Type Method Description IoUsageTrendAggregation.Builder
IoUsageTrendAggregation.Builder. usageData(List<IoUsageTrend> usageData)
List of usage data samples for a IO interface.Constructor parameters in com.oracle.bmc.opsi.model with type arguments of type IoUsageTrend Constructor Description IoUsageTrendAggregation(String mountPoint, List<IoUsageTrend> usageData)
Deprecated.
-