| Package | Description |
|---|---|
| com.databricks.sdk.service.catalog | |
| com.databricks.sdk.service.sharing |
| Modifier and Type | Method and Description |
|---|---|
TagKeyValue |
TagKeyValue.setKey(String key) |
TagKeyValue |
TagKeyValue.setValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
Collection<TagKeyValue> |
Volume.getTags() |
Collection<TagKeyValue> |
NotebookFile.getTags() |
Collection<TagKeyValue> |
DeltaSharingFunction.getTags() |
Collection<TagKeyValue> |
Table.getTags() |
| Modifier and Type | Method and Description |
|---|---|
Volume |
Volume.setTags(Collection<TagKeyValue> tags) |
NotebookFile |
NotebookFile.setTags(Collection<TagKeyValue> tags) |
DeltaSharingFunction |
DeltaSharingFunction.setTags(Collection<TagKeyValue> tags) |
Table |
Table.setTags(Collection<TagKeyValue> tags) |
Copyright © 2025. All rights reserved.