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