Uses of Class
com.oracle.bmc.opsi.requests.SummarizeSqlStatisticsRequest.SortBy
-
Packages that use SummarizeSqlStatisticsRequest.SortBy Package Description com.oracle.bmc.opsi.requests -
-
Uses of SummarizeSqlStatisticsRequest.SortBy in com.oracle.bmc.opsi.requests
Methods in com.oracle.bmc.opsi.requests that return SummarizeSqlStatisticsRequest.SortBy Modifier and Type Method Description static SummarizeSqlStatisticsRequest.SortBySummarizeSqlStatisticsRequest.SortBy. create(String key)SummarizeSqlStatisticsRequest.SortBySummarizeSqlStatisticsRequest. getSortBy()The field to use when sorting SQL statistics.static SummarizeSqlStatisticsRequest.SortBySummarizeSqlStatisticsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static SummarizeSqlStatisticsRequest.SortBy[]SummarizeSqlStatisticsRequest.SortBy. 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 SummarizeSqlStatisticsRequest.SortBy Modifier and Type Method Description SummarizeSqlStatisticsRequest.BuilderSummarizeSqlStatisticsRequest.Builder. sortBy(SummarizeSqlStatisticsRequest.SortBy sortBy)The field to use when sorting SQL statistics.
-