Uses of Class
com.databricks.sdk.service.sql.EndpointConfPair
-
Packages that use EndpointConfPair Package Description com.databricks.sdk.service.sql -
-
Uses of EndpointConfPair in com.databricks.sdk.service.sql
Methods in com.databricks.sdk.service.sql that return EndpointConfPair Modifier and Type Method Description EndpointConfPairEndpointConfPair. setKey(String key)EndpointConfPairEndpointConfPair. setValue(String value)Methods in com.databricks.sdk.service.sql that return types with arguments of type EndpointConfPair Modifier and Type Method Description Collection<EndpointConfPair>RepeatedEndpointConfPairs. getConfigPair()Collection<EndpointConfPair>RepeatedEndpointConfPairs. getConfigurationPairs()Collection<EndpointConfPair>GetWorkspaceWarehouseConfigResponse. getDataAccessConfig()Collection<EndpointConfPair>SetWorkspaceWarehouseConfigRequest. getDataAccessConfig()Method parameters in com.databricks.sdk.service.sql with type arguments of type EndpointConfPair Modifier and Type Method Description RepeatedEndpointConfPairsRepeatedEndpointConfPairs. setConfigPair(Collection<EndpointConfPair> configPair)RepeatedEndpointConfPairsRepeatedEndpointConfPairs. setConfigurationPairs(Collection<EndpointConfPair> configurationPairs)GetWorkspaceWarehouseConfigResponseGetWorkspaceWarehouseConfigResponse. setDataAccessConfig(Collection<EndpointConfPair> dataAccessConfig)SetWorkspaceWarehouseConfigRequestSetWorkspaceWarehouseConfigRequest. setDataAccessConfig(Collection<EndpointConfPair> dataAccessConfig)
-