| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model | |
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
LFTagPair |
LFTagError.lfTag()
The key-name of the LF-tag.
|
| Modifier and Type | Method and Description |
|---|---|
List<LFTagPair> |
TaggedTable.lfTagOnDatabase()
A list of LF-tags attached to the database where the table resides.
|
List<LFTagPair> |
GetResourceLfTagsResponse.lfTagOnDatabase()
A list of LF-tags applied to a database resource.
|
List<LFTagPair> |
ListLfTagsResponse.lfTags()
A list of LF-tags that the requested has permission to view.
|
List<LFTagPair> |
ColumnLFTag.lfTags()
The LF-tags attached to a column resource.
|
List<LFTagPair> |
AddLfTagsToResourceRequest.lfTags()
The LF-tags to attach to the resource.
|
List<LFTagPair> |
TaggedDatabase.lfTags()
A list of LF-tags attached to the database.
|
List<LFTagPair> |
RemoveLfTagsFromResourceRequest.lfTags()
The LF-tags to be removed from the resource.
|
List<LFTagPair> |
TaggedTable.lfTagsOnTable()
A list of LF-tags attached to the table.
|
List<LFTagPair> |
GetResourceLfTagsResponse.lfTagsOnTable()
A list of LF-tags applied to a table resource.
|
| Modifier and Type | Method and Description |
|---|---|
LFTagError.Builder |
LFTagError.Builder.lfTag(LFTagPair lfTag)
The key-name of the LF-tag.
|
TaggedTable.Builder |
TaggedTable.Builder.lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagOnDatabase(LFTagPair... lfTagOnDatabase)
A list of LF-tags applied to a database resource.
|
ListLfTagsResponse.Builder |
ListLfTagsResponse.Builder.lfTags(LFTagPair... lfTags)
A list of LF-tags that the requested has permission to view.
|
ColumnLFTag.Builder |
ColumnLFTag.Builder.lfTags(LFTagPair... lfTags)
The LF-tags attached to a column resource.
|
AddLfTagsToResourceRequest.Builder |
AddLfTagsToResourceRequest.Builder.lfTags(LFTagPair... lfTags)
The LF-tags to attach to the resource.
|
TaggedDatabase.Builder |
TaggedDatabase.Builder.lfTags(LFTagPair... lfTags)
A list of LF-tags attached to the database.
|
RemoveLfTagsFromResourceRequest.Builder |
RemoveLfTagsFromResourceRequest.Builder.lfTags(LFTagPair... lfTags)
The LF-tags to be removed from the resource.
|
TaggedTable.Builder |
TaggedTable.Builder.lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags attached to the table.
|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagsOnTable(LFTagPair... lfTagsOnTable)
A list of LF-tags applied to a table resource.
|
| Modifier and Type | Method and Description |
|---|---|
TaggedTable.Builder |
TaggedTable.Builder.lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags attached to the database where the table resides.
|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagOnDatabase(Collection<LFTagPair> lfTagOnDatabase)
A list of LF-tags applied to a database resource.
|
ListLfTagsResponse.Builder |
ListLfTagsResponse.Builder.lfTags(Collection<LFTagPair> lfTags)
A list of LF-tags that the requested has permission to view.
|
ColumnLFTag.Builder |
ColumnLFTag.Builder.lfTags(Collection<LFTagPair> lfTags)
The LF-tags attached to a column resource.
|
AddLfTagsToResourceRequest.Builder |
AddLfTagsToResourceRequest.Builder.lfTags(Collection<LFTagPair> lfTags)
The LF-tags to attach to the resource.
|
TaggedDatabase.Builder |
TaggedDatabase.Builder.lfTags(Collection<LFTagPair> lfTags)
A list of LF-tags attached to the database.
|
RemoveLfTagsFromResourceRequest.Builder |
RemoveLfTagsFromResourceRequest.Builder.lfTags(Collection<LFTagPair> lfTags)
The LF-tags to be removed from the resource.
|
TaggedTable.Builder |
TaggedTable.Builder.lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags attached to the table.
|
GetResourceLfTagsResponse.Builder |
GetResourceLfTagsResponse.Builder.lfTagsOnTable(Collection<LFTagPair> lfTagsOnTable)
A list of LF-tags applied to a table resource.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<LFTagPair> |
ListLFTagsPublisher.lfTags()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<LFTagPair> |
ListLFTagsIterable.lfTags()
Returns an iterable to iterate through the paginated
ListLfTagsResponse.lfTags() member. |
Copyright © 2023. All rights reserved.