Uses of Class
com.oracle.bmc.opsi.model.HistoricalDataItem
-
Packages that use HistoricalDataItem Package Description com.oracle.bmc.opsi.model -
-
Uses of HistoricalDataItem in com.oracle.bmc.opsi.model
Methods in com.oracle.bmc.opsi.model that return HistoricalDataItem Modifier and Type Method Description HistoricalDataItem
HistoricalDataItem.Builder. build()
Methods in com.oracle.bmc.opsi.model that return types with arguments of type HistoricalDataItem Modifier and Type Method Description List<HistoricalDataItem>
ExadataInsightResourceForecastTrendSummary. getHistoricalData()
Time series data used for the forecast analysis.List<HistoricalDataItem>
SummarizeDatabaseInsightResourceForecastTrendAggregation. getHistoricalData()
Time series data used for the forecast analysis.List<HistoricalDataItem>
SummarizeExadataInsightResourceForecastTrendAggregation. getHistoricalData()
Time series data used for the forecast analysis.List<HistoricalDataItem>
SummarizeHostInsightResourceForecastTrendAggregation. getHistoricalData()
Time series data used for the forecast analysis.Methods in com.oracle.bmc.opsi.model with parameters of type HistoricalDataItem Modifier and Type Method Description HistoricalDataItem.Builder
HistoricalDataItem.Builder. copy(HistoricalDataItem model)
Method parameters in com.oracle.bmc.opsi.model with type arguments of type HistoricalDataItem Modifier and Type Method Description ExadataInsightResourceForecastTrendSummary.Builder
ExadataInsightResourceForecastTrendSummary.Builder. historicalData(List<HistoricalDataItem> historicalData)
Time series data used for the forecast analysis.SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder
SummarizeDatabaseInsightResourceForecastTrendAggregation.Builder. historicalData(List<HistoricalDataItem> historicalData)
Time series data used for the forecast analysis.SummarizeExadataInsightResourceForecastTrendAggregation.Builder
SummarizeExadataInsightResourceForecastTrendAggregation.Builder. historicalData(List<HistoricalDataItem> historicalData)
Time series data used for the forecast analysis.SummarizeHostInsightResourceForecastTrendAggregation.Builder
SummarizeHostInsightResourceForecastTrendAggregation.Builder. historicalData(List<HistoricalDataItem> historicalData)
Time series data used for the forecast analysis.
-