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 UpdateShare
UpdateShare. setComment(String comment)
UpdateShare
UpdateShare. setName(String name)
UpdateShare
UpdateShare. setOwner(String owner)
UpdateShare
UpdateShare. setUpdates(Collection<SharedDataObjectUpdate> updates)
Methods in com.databricks.sdk.service.sharing with parameters of type UpdateShare Modifier and Type Method Description ShareInfo
SharesAPI. update(UpdateShare request)
Update a share.ShareInfo
SharesService. update(UpdateShare updateShare)
Update a share.
-