Uses of Class
com.oracle.bmc.databasemanagement.requests.ListAwrDbsRequest.SortBy
-
Packages that use ListAwrDbsRequest.SortBy Package Description com.oracle.bmc.databasemanagement.requests -
-
Uses of ListAwrDbsRequest.SortBy in com.oracle.bmc.databasemanagement.requests
Methods in com.oracle.bmc.databasemanagement.requests that return ListAwrDbsRequest.SortBy Modifier and Type Method Description static ListAwrDbsRequest.SortByListAwrDbsRequest.SortBy. create(String key)ListAwrDbsRequest.SortByListAwrDbsRequest. getSortBy()The option to sort the AWR summary data.static ListAwrDbsRequest.SortByListAwrDbsRequest.SortBy. valueOf(String name)Returns the enum constant of this type with the specified name.static ListAwrDbsRequest.SortBy[]ListAwrDbsRequest.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 ListAwrDbsRequest.SortBy Modifier and Type Method Description ListAwrDbsRequest.BuilderListAwrDbsRequest.Builder. sortBy(ListAwrDbsRequest.SortBy sortBy)The option to sort the AWR summary data.
-