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.SortByListSqlTuningSetsRequest.SortBy. create(String key)ListSqlTuningSetsRequest.SortByListSqlTuningSetsRequest. getSortBy()The option to sort the SQL tuning set summary data.static ListSqlTuningSetsRequest.SortByListSqlTuningSetsRequest.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.BuilderListSqlTuningSetsRequest.Builder. sortBy(ListSqlTuningSetsRequest.SortBy sortBy)The option to sort the SQL tuning set summary data.
-