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