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