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