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