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