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