Uses of Class
com.databricks.sdk.service.sql.EndpointTagPair
-
Packages that use EndpointTagPair Package Description com.databricks.sdk.service.sql -
-
Uses of EndpointTagPair in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return EndpointTagPair Modifier and Type Method Description EndpointTagPairEndpointTagPair. setKey(String key)EndpointTagPairEndpointTagPair. setValue(String value)Methods in com.databricks.sdk.service.sql that return types with arguments of type EndpointTagPair Modifier and Type Method Description Collection<EndpointTagPair>EndpointTags. getCustomTags()Method parameters in com.databricks.sdk.service.sql with type arguments of type EndpointTagPair Modifier and Type Method Description EndpointTagsEndpointTags. setCustomTags(Collection<EndpointTagPair> customTags)
-