Uses of Class
com.databricks.sdk.service.sql.EndpointTags
-
Packages that use EndpointTags Package Description com.databricks.sdk.service.sql -
-
Uses of EndpointTags in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return EndpointTags Modifier and Type Method Description EndpointTagsCreateWarehouseRequest. getTags()EndpointTagsEditWarehouseRequest. getTags()EndpointTagsEndpointInfo. getTags()EndpointTagsGetWarehouseResponse. getTags()EndpointTagsEndpointTags. setCustomTags(Collection<EndpointTagPair> customTags)Methods in com.databricks.sdk.service.sql with parameters of type EndpointTags Modifier and Type Method Description CreateWarehouseRequestCreateWarehouseRequest. setTags(EndpointTags tags)EditWarehouseRequestEditWarehouseRequest. setTags(EndpointTags tags)EndpointInfoEndpointInfo. setTags(EndpointTags tags)GetWarehouseResponseGetWarehouseResponse. setTags(EndpointTags tags)
-