Uses of Class
com.oracle.bmc.opsi.requests.SummarizeExadataInsightResourceForecastTrendRequest.Statistic
-
Packages that use SummarizeExadataInsightResourceForecastTrendRequest.Statistic Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeExadataInsightResourceForecastTrendRequest.Statistic in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeExadataInsightResourceForecastTrendRequest.Statistic Modifier and Type Method Description static SummarizeExadataInsightResourceForecastTrendRequest.Statistic
SummarizeExadataInsightResourceForecastTrendRequest.Statistic. create(String key)
SummarizeExadataInsightResourceForecastTrendRequest.Statistic
SummarizeExadataInsightResourceForecastTrendRequest. getStatistic()
Choose the type of statistic metric data to be used for forecasting.static SummarizeExadataInsightResourceForecastTrendRequest.Statistic
SummarizeExadataInsightResourceForecastTrendRequest.Statistic. valueOf(String name)
Returns the enum constant of this type with the specified name.static SummarizeExadataInsightResourceForecastTrendRequest.Statistic[]
SummarizeExadataInsightResourceForecastTrendRequest.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 SummarizeExadataInsightResourceForecastTrendRequest.Statistic Modifier and Type Method Description SummarizeExadataInsightResourceForecastTrendRequest.Builder
SummarizeExadataInsightResourceForecastTrendRequest.Builder. statistic(SummarizeExadataInsightResourceForecastTrendRequest.Statistic statistic)
Choose the type of statistic metric data to be used for forecasting.
-