| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
TaggedDatabase |
TaggedDatabase.clone() |
TaggedDatabase |
TaggedDatabase.withDatabase(DatabaseResource database)
A database that has LF-tags attached to it.
|
TaggedDatabase |
TaggedDatabase.withLFTags(Collection<LFTagPair> lFTags)
A list of LF-tags attached to the database.
|
TaggedDatabase |
TaggedDatabase.withLFTags(LFTagPair... lFTags)
A list of LF-tags attached to the database.
|
| Modifier and Type | Method and Description |
|---|---|
List<TaggedDatabase> |
SearchDatabasesByLFTagsResult.getDatabaseList()
A list of databases that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchDatabasesByLFTagsResult |
SearchDatabasesByLFTagsResult.withDatabaseList(TaggedDatabase... databaseList)
A list of databases that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchDatabasesByLFTagsResult.setDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
|
SearchDatabasesByLFTagsResult |
SearchDatabasesByLFTagsResult.withDatabaseList(Collection<TaggedDatabase> databaseList)
A list of databases that meet the LF-tag conditions.
|
Copyright © 2024. All rights reserved.