Uses of Class
com.databricks.sdk.service.sharing.CleanRoomInfo
-
Packages that use CleanRoomInfo Package Description com.databricks.sdk.service.sharing -
-
Uses of CleanRoomInfo in com.databricks.sdk.service.sharing
Methods in com.databricks.sdk.service.sharing that return CleanRoomInfo Modifier and Type Method Description CleanRoomInfoCleanRoomsAPI. create(CreateCleanRoom request)Create a clean room.CleanRoomInfoCleanRoomsAPI. create(String name, CentralCleanRoomInfo remoteDetailedInfo)CleanRoomInfoCleanRoomsService. create(CreateCleanRoom createCleanRoom)Create a clean room.CleanRoomInfoCleanRoomsAPI. get(GetCleanRoomRequest request)Get a clean room.CleanRoomInfoCleanRoomsAPI. get(String nameArg)CleanRoomInfoCleanRoomsService. get(GetCleanRoomRequest getCleanRoomRequest)Get a clean room.CleanRoomInfoCleanRoomInfo. setComment(String comment)CleanRoomInfoCleanRoomInfo. setCreatedAt(Long createdAt)CleanRoomInfoCleanRoomInfo. setCreatedBy(String createdBy)CleanRoomInfoCleanRoomInfo. setLocalCatalogs(Collection<CleanRoomCatalog> localCatalogs)CleanRoomInfoCleanRoomInfo. setName(String name)CleanRoomInfoCleanRoomInfo. setOwner(String owner)CleanRoomInfoCleanRoomInfo. setRemoteDetailedInfo(CentralCleanRoomInfo remoteDetailedInfo)CleanRoomInfoCleanRoomInfo. setUpdatedAt(Long updatedAt)CleanRoomInfoCleanRoomInfo. setUpdatedBy(String updatedBy)CleanRoomInfoCleanRoomsAPI. update(UpdateCleanRoom request)Update a clean room.CleanRoomInfoCleanRoomsAPI. update(String nameArg)CleanRoomInfoCleanRoomsService. update(UpdateCleanRoom updateCleanRoom)Update a clean room.Methods in com.databricks.sdk.service.sharing that return types with arguments of type CleanRoomInfo Modifier and Type Method Description Collection<CleanRoomInfo>ListCleanRoomsResponse. getCleanRooms()Iterable<CleanRoomInfo>CleanRoomsAPI. list()List clean rooms.Method parameters in com.databricks.sdk.service.sharing with type arguments of type CleanRoomInfo Modifier and Type Method Description ListCleanRoomsResponseListCleanRoomsResponse. setCleanRooms(Collection<CleanRoomInfo> cleanRooms)
-