Uses of Class
com.oracle.bmc.opsi.requests.SummarizeHostInsightResourceForecastTrendRequest.Statistic
-
Packages that use SummarizeHostInsightResourceForecastTrendRequest.Statistic Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeHostInsightResourceForecastTrendRequest.Statistic in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeHostInsightResourceForecastTrendRequest.Statistic Modifier and Type Method Description static SummarizeHostInsightResourceForecastTrendRequest.Statistic
SummarizeHostInsightResourceForecastTrendRequest.Statistic. create(String key)
SummarizeHostInsightResourceForecastTrendRequest.Statistic
SummarizeHostInsightResourceForecastTrendRequest. getStatistic()
Choose the type of statistic metric data to be used for forecasting.static SummarizeHostInsightResourceForecastTrendRequest.Statistic
SummarizeHostInsightResourceForecastTrendRequest.Statistic. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeHostInsightResourceForecastTrendRequest.Statistic[]
SummarizeHostInsightResourceForecastTrendRequest.Statistic. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.opsi.requests with parameters of type SummarizeHostInsightResourceForecastTrendRequest.Statistic Modifier and Type Method Description SummarizeHostInsightResourceForecastTrendRequest.Builder
SummarizeHostInsightResourceForecastTrendRequest.Builder. statistic(SummarizeHostInsightResourceForecastTrendRequest.Statistic statistic)
Choose the type of statistic metric data to be used for forecasting.
-