Uses of Class
com.oracle.bmc.opsi.model.TablespaceUsageTrendAggregation
-
Packages that use TablespaceUsageTrendAggregation Package Description com.oracle.bmc.opsi.model -
-
Uses of TablespaceUsageTrendAggregation in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return TablespaceUsageTrendAggregation Modifier and Type Method Description TablespaceUsageTrendAggregation
TablespaceUsageTrendAggregation.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type TablespaceUsageTrendAggregation Modifier and Type Method Description List<TablespaceUsageTrendAggregation>
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection. getItems()
Collection of Usage Data with time stamps for top five tablespaceMethods in com.oracle.bmc.opsi.model with parameters of type TablespaceUsageTrendAggregation Modifier and Type Method Description TablespaceUsageTrendAggregation.Builder
TablespaceUsageTrendAggregation.Builder. copy(TablespaceUsageTrendAggregation model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type TablespaceUsageTrendAggregation Modifier and Type Method Description SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.Builder
SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.Builder. items(List<TablespaceUsageTrendAggregation> items)
Collection of Usage Data with time stamps for top five tablespaceConstructor parameters in com.oracle.bmc.opsi.model with type arguments of type TablespaceUsageTrendAggregation Constructor Description SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection(Date timeIntervalStart, Date timeIntervalEnd, SummarizeDatabaseInsightTablespaceUsageTrendAggregationCollection.UsageUnit usageUnit, Long itemDurationInMs, List<TablespaceUsageTrendAggregation> items)
Deprecated.
-