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