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