Uses of Interface
com.databricks.sdk.service.compute.ClusterPoliciesService
-
Packages that use ClusterPoliciesService Package Description com.databricks.sdk com.databricks.sdk.service.compute -
-
Uses of ClusterPoliciesService in com.databricks.sdk
Methods in com.databricks.sdk with parameters of type ClusterPoliciesService Modifier and Type Method Description WorkspaceClient
WorkspaceClient. withClusterPoliciesImpl(ClusterPoliciesService clusterPolicies)
Replace ClusterPoliciesAPI implementation with mock -
Uses of ClusterPoliciesService in com.databricks.sdk.service.compute
Methods in com.databricks.sdk.service.compute that return ClusterPoliciesService Modifier and Type Method Description ClusterPoliciesService
ClusterPoliciesAPI. impl()
Constructors in com.databricks.sdk.service.compute with parameters of type ClusterPoliciesService Constructor Description ClusterPoliciesAPI(ClusterPoliciesService mock)
Constructor for mocks
-