| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
TaggedTable |
TaggedTable.clone() |
TaggedTable |
TaggedTable.withLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
TaggedTable |
TaggedTable.withLFTagOnDatabase(LFTagPair... lFTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
TaggedTable |
TaggedTable.withLFTagsOnColumns(Collection<ColumnLFTag> lFTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
TaggedTable |
TaggedTable.withLFTagsOnColumns(ColumnLFTag... lFTagsOnColumns)
A list of LF-tags attached to columns in the table.
|
TaggedTable |
TaggedTable.withLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of LF-tags attached to the table.
|
TaggedTable |
TaggedTable.withLFTagsOnTable(LFTagPair... lFTagsOnTable)
A list of LF-tags attached to the table.
|
TaggedTable |
TaggedTable.withTable(TableResource table)
A table that has LF-tags attached to it.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaggedTable> |
SearchTablesByLFTagsResult.getTableList()
A list of tables that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.withTableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTablesByLFTagsResult.setTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.withTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
Copyright © 2025. All rights reserved.