Uses of Class
com.databricks.sdk.service.sharing.UpdateShare
-
Packages that use UpdateShare Package Description com.databricks.sdk.service.sharing -
-
Uses of UpdateShare in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return UpdateShare Modifier and Type Method Description UpdateShareUpdateShare. setComment(String comment)UpdateShareUpdateShare. setName(String name)UpdateShareUpdateShare. setOwner(String owner)UpdateShareUpdateShare. setUpdates(Collection<SharedDataObjectUpdate> updates)Methods in com.databricks.sdk.service.sharing with parameters of type UpdateShare Modifier and Type Method Description ShareInfoSharesAPI. update(UpdateShare request)Update a share.ShareInfoSharesService. update(UpdateShare updateShare)Update a share.
-