| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnLFTag> |
GetResourceLfTagsResponse.lfTagsOnColumns()
A list of LF-tags applied to a column resource.
|
List<ColumnLFTag> |
TaggedTable.lfTagsOnColumns()
A list of LF-tags attached to columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags applied to a column resource.
|
TaggedTable.Builder |
TaggedTable.Builder.lfTagsOnColumns(ColumnLFTag... lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
| Modifier and Type | Method and Description |
|---|---|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags applied to a column resource.
|
TaggedTable.Builder |
TaggedTable.Builder.lfTagsOnColumns(Collection<ColumnLFTag> lfTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
Copyright © 2022. All rights reserved.