| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
ColumnLFTag |
ColumnLFTag.clone() |
ColumnLFTag |
ColumnLFTag.withLFTags(Collection<LFTagPair> lFTags)
The LF-tags attached to a column resource.
|
ColumnLFTag |
ColumnLFTag.withLFTags(LFTagPair... lFTags)
The LF-tags attached to a column resource.
|
ColumnLFTag |
ColumnLFTag.withName(String name)
The name of a column resource.
|
| Modifier and Type | Method and Description |
|---|---|
List<ColumnLFTag> |
TaggedTable.getLFTagsOnColumns()
A list of LF-tags attached to columns in the table.
|
List<ColumnLFTag> |
GetResourceLFTagsResult.getLFTagsOnColumns()
A list of LF-tags applied to a column resource.
|
| Modifier and Type | Method and Description |
|---|---|
TaggedTable |
TaggedTable.withLFTagsOnColumns(ColumnLFTag... lFTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagsOnColumns(ColumnLFTag... lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TaggedTable.setLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
void |
GetResourceLFTagsResult.setLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
TaggedTable |
TaggedTable.withLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags applied to a column resource.
|
Copyright © 2023. All rights reserved.