Uses of Class
com.databricks.sdk.service.catalog.ExternalLocationInfo
-
Packages that use ExternalLocationInfo Package Description com.databricks.sdk.service.catalog -
-
Uses of ExternalLocationInfo in com.databricks.sdk.service.catalog
Methods in com.databricks.sdk.service.catalog that return ExternalLocationInfo Modifier and Type Method Description ExternalLocationInfoExternalLocationsAPI. create(CreateExternalLocation request)Create an external location.ExternalLocationInfoExternalLocationsAPI. create(String name, String url, String credentialName)ExternalLocationInfoExternalLocationsService. create(CreateExternalLocation createExternalLocation)Create an external location.ExternalLocationInfoExternalLocationsAPI. get(GetExternalLocationRequest request)Get an external location.ExternalLocationInfoExternalLocationsAPI. get(String name)ExternalLocationInfoExternalLocationsService. get(GetExternalLocationRequest getExternalLocationRequest)Get an external location.ExternalLocationInfoExternalLocationInfo. setComment(String comment)ExternalLocationInfoExternalLocationInfo. setCreatedAt(Long createdAt)ExternalLocationInfoExternalLocationInfo. setCreatedBy(String createdBy)ExternalLocationInfoExternalLocationInfo. setCredentialId(String credentialId)ExternalLocationInfoExternalLocationInfo. setCredentialName(String credentialName)ExternalLocationInfoExternalLocationInfo. setMetastoreId(String metastoreId)ExternalLocationInfoExternalLocationInfo. setName(String name)ExternalLocationInfoExternalLocationInfo. setOwner(String owner)ExternalLocationInfoExternalLocationInfo. setReadOnly(Boolean readOnly)ExternalLocationInfoExternalLocationInfo. setUpdatedAt(Long updatedAt)ExternalLocationInfoExternalLocationInfo. setUpdatedBy(String updatedBy)ExternalLocationInfoExternalLocationInfo. setUrl(String url)ExternalLocationInfoExternalLocationsAPI. update(UpdateExternalLocation request)Update an external location.ExternalLocationInfoExternalLocationsAPI. update(String name)ExternalLocationInfoExternalLocationsService. update(UpdateExternalLocation updateExternalLocation)Update an external location.Methods in com.databricks.sdk.service.catalog that return types with arguments of type ExternalLocationInfo Modifier and Type Method Description Collection<ExternalLocationInfo>ListExternalLocationsResponse. getExternalLocations()Iterable<ExternalLocationInfo>ExternalLocationsAPI. list()List external locations.Method parameters in com.databricks.sdk.service.catalog with type arguments of type ExternalLocationInfo Modifier and Type Method Description ListExternalLocationsResponseListExternalLocationsResponse. setExternalLocations(Collection<ExternalLocationInfo> externalLocations)
-