Uses of Class
com.databricks.sdk.service.compute.ListSortOrder
-
Packages that use ListSortOrder Package Description com.databricks.sdk.service.compute -
-
Uses of ListSortOrder in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ListSortOrder Modifier and Type Method Description ListSortOrderListClusterPoliciesRequest. getSortOrder()static ListSortOrderListSortOrder. valueOf(String name)Returns the enum constant of this type with the specified name.static ListSortOrder[]ListSortOrder. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.databricks.sdk.service.compute with parameters of type ListSortOrder Modifier and Type Method Description ListClusterPoliciesRequestListClusterPoliciesRequest. setSortOrder(ListSortOrder sortOrder)
-