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