| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
LFTagPair |
LFTagPair.clone() |
LFTagPair |
LFTagError.getLFTag()
The key-name of the tag.
|
LFTagPair |
LFTagPair.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
LFTagPair |
LFTagPair.withTagKey(String tagKey)
The key-name for the tag.
|
LFTagPair |
LFTagPair.withTagValues(Collection<String> tagValues)
A list of possible values an attribute can take.
|
LFTagPair |
LFTagPair.withTagValues(String... tagValues)
A list of possible values an attribute can take.
|
| Modifier and Type | Method and Description |
|---|---|
List<LFTagPair> |
GetResourceLFTagsResult.getLFTagOnDatabase()
A list of tags applied to a database resource.
|
List<LFTagPair> |
TaggedTable.getLFTagOnDatabase()
A list of tags attached to the database where the table resides.
|
List<LFTagPair> |
ListLFTagsResult.getLFTags()
A list of tags that the requested has permission to view.
|
List<LFTagPair> |
RemoveLFTagsFromResourceRequest.getLFTags()
The tags to be removed from the resource.
|
List<LFTagPair> |
ColumnLFTag.getLFTags()
The tags attached to a column resource.
|
List<LFTagPair> |
TaggedDatabase.getLFTags()
A list of tags attached to the database.
|
List<LFTagPair> |
AddLFTagsToResourceRequest.getLFTags()
The tags to attach to the resource.
|
List<LFTagPair> |
GetResourceLFTagsResult.getLFTagsOnTable()
A list of tags applied to a table resource.
|
List<LFTagPair> |
TaggedTable.getLFTagsOnTable()
A list of tags attached to the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LFTagError.setLFTag(LFTagPair lFTag)
The key-name of the tag.
|
LFTagError |
LFTagError.withLFTag(LFTagPair lFTag)
The key-name of the tag.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagOnDatabase(LFTagPair... lFTagOnDatabase)
A list of tags applied to a database resource.
|
TaggedTable |
TaggedTable.withLFTagOnDatabase(LFTagPair... lFTagOnDatabase)
A list of tags attached to the database where the table resides.
|
ListLFTagsResult |
ListLFTagsResult.withLFTags(LFTagPair... lFTags)
A list of tags that the requested has permission to view.
|
RemoveLFTagsFromResourceRequest |
RemoveLFTagsFromResourceRequest.withLFTags(LFTagPair... lFTags)
The tags to be removed from the resource.
|
ColumnLFTag |
ColumnLFTag.withLFTags(LFTagPair... lFTags)
The tags attached to a column resource.
|
TaggedDatabase |
TaggedDatabase.withLFTags(LFTagPair... lFTags)
A list of tags attached to the database.
|
AddLFTagsToResourceRequest |
AddLFTagsToResourceRequest.withLFTags(LFTagPair... lFTags)
The tags to attach to the resource.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagsOnTable(LFTagPair... lFTagsOnTable)
A list of tags applied to a table resource.
|
TaggedTable |
TaggedTable.withLFTagsOnTable(LFTagPair... lFTagsOnTable)
A list of tags attached to the table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetResourceLFTagsResult.setLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of tags applied to a database resource.
|
void |
TaggedTable.setLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of tags attached to the database where the table resides.
|
void |
ListLFTagsResult.setLFTags(Collection<LFTagPair> lFTags)
A list of tags that the requested has permission to view.
|
void |
RemoveLFTagsFromResourceRequest.setLFTags(Collection<LFTagPair> lFTags)
The tags to be removed from the resource.
|
void |
ColumnLFTag.setLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
|
void |
TaggedDatabase.setLFTags(Collection<LFTagPair> lFTags)
A list of tags attached to the database.
|
void |
AddLFTagsToResourceRequest.setLFTags(Collection<LFTagPair> lFTags)
The tags to attach to the resource.
|
void |
GetResourceLFTagsResult.setLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of tags applied to a table resource.
|
void |
TaggedTable.setLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of tags attached to the table.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of tags applied to a database resource.
|
TaggedTable |
TaggedTable.withLFTagOnDatabase(Collection<LFTagPair> lFTagOnDatabase)
A list of tags attached to the database where the table resides.
|
ListLFTagsResult |
ListLFTagsResult.withLFTags(Collection<LFTagPair> lFTags)
A list of tags that the requested has permission to view.
|
RemoveLFTagsFromResourceRequest |
RemoveLFTagsFromResourceRequest.withLFTags(Collection<LFTagPair> lFTags)
The tags to be removed from the resource.
|
ColumnLFTag |
ColumnLFTag.withLFTags(Collection<LFTagPair> lFTags)
The tags attached to a column resource.
|
TaggedDatabase |
TaggedDatabase.withLFTags(Collection<LFTagPair> lFTags)
A list of tags attached to the database.
|
AddLFTagsToResourceRequest |
AddLFTagsToResourceRequest.withLFTags(Collection<LFTagPair> lFTags)
The tags to attach to the resource.
|
GetResourceLFTagsResult |
GetResourceLFTagsResult.withLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of tags applied to a table resource.
|
TaggedTable |
TaggedTable.withLFTagsOnTable(Collection<LFTagPair> lFTagsOnTable)
A list of tags attached to the table.
|
Copyright © 2021. All rights reserved.