Uses of Class
com.databricks.sdk.service.catalog.UpdateExternalLocation
-
Packages that use UpdateExternalLocation Package Description com.databricks.sdk.service.catalog -
-
Uses of UpdateExternalLocation in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return UpdateExternalLocation Modifier and Type Method Description UpdateExternalLocationUpdateExternalLocation. setComment(String comment)UpdateExternalLocationUpdateExternalLocation. setCredentialName(String credentialName)UpdateExternalLocationUpdateExternalLocation. setForce(Boolean force)UpdateExternalLocationUpdateExternalLocation. setName(String name)UpdateExternalLocationUpdateExternalLocation. setOwner(String owner)UpdateExternalLocationUpdateExternalLocation. setReadOnly(Boolean readOnly)UpdateExternalLocationUpdateExternalLocation. setUrl(String url)Methods in com.databricks.sdk.service.catalog with parameters of type UpdateExternalLocation Modifier and Type Method Description ExternalLocationInfoExternalLocationsAPI. update(UpdateExternalLocation request)Update an external location.ExternalLocationInfoExternalLocationsService. update(UpdateExternalLocation updateExternalLocation)Update an external location.
-