Uses of Class
com.databricks.sdk.service.sharing.ShareInfo
-
Packages that use ShareInfo Package Description com.databricks.sdk.service.sharing -
-
Uses of ShareInfo in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return ShareInfo Modifier and Type Method Description ShareInfoSharesAPI. create(CreateShare request)Create a share.ShareInfoSharesAPI. create(String name)ShareInfoSharesService. create(CreateShare createShare)Create a share.ShareInfoSharesAPI. get(GetShareRequest request)Get a share.ShareInfoSharesAPI. get(String name)ShareInfoSharesService. get(GetShareRequest getShareRequest)Get a share.ShareInfoShareInfo. setComment(String comment)ShareInfoShareInfo. setCreatedAt(Long createdAt)ShareInfoShareInfo. setCreatedBy(String createdBy)ShareInfoShareInfo. setName(String name)ShareInfoShareInfo. setObjects(Collection<SharedDataObject> objects)ShareInfoShareInfo. setOwner(String owner)ShareInfoShareInfo. setUpdatedAt(Long updatedAt)ShareInfoShareInfo. setUpdatedBy(String updatedBy)ShareInfoSharesAPI. update(UpdateShare request)Update a share.ShareInfoSharesAPI. update(String name)ShareInfoSharesService. update(UpdateShare updateShare)Update a share.Methods in com.databricks.sdk.service.sharing that return types with arguments of type ShareInfo Modifier and Type Method Description Collection<ShareInfo>ListSharesResponse. getShares()Iterable<ShareInfo>SharesAPI. list()List shares.Method parameters in com.databricks.sdk.service.sharing with type arguments of type ShareInfo Modifier and Type Method Description ListSharesResponseListSharesResponse. setShares(Collection<ShareInfo> shares)
-