Uses of Class
com.oracle.bmc.databasemanagement.requests.ListSqlTuningSetsRequest.SortBy
-
Packages that use ListSqlTuningSetsRequest.SortBy Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of ListSqlTuningSetsRequest.SortBy in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListSqlTuningSetsRequest.SortBy Modifier and Type Method Description static ListSqlTuningSetsRequest.SortBy
ListSqlTuningSetsRequest.SortBy. create(String key)
ListSqlTuningSetsRequest.SortBy
ListSqlTuningSetsRequest. getSortBy()
The option to sort the SQL tuning set summary data.static ListSqlTuningSetsRequest.SortBy
ListSqlTuningSetsRequest.SortBy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListSqlTuningSetsRequest.SortBy[]
ListSqlTuningSetsRequest.SortBy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.databasemanagement.requests with parameters of type ListSqlTuningSetsRequest.SortBy Modifier and Type Method Description ListSqlTuningSetsRequest.Builder
ListSqlTuningSetsRequest.Builder. sortBy(ListSqlTuningSetsRequest.SortBy sortBy)
The option to sort the SQL tuning set summary data.
-