| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation.model | |
| software.amazon.awssdk.services.lakeformation.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<TaggedTable> |
SearchTablesByLfTagsResponse.tableList()
A list of tables that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLfTagsResponse.Builder |
SearchTablesByLfTagsResponse.Builder.tableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLfTagsResponse.Builder |
SearchTablesByLfTagsResponse.Builder.tableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<TaggedTable> |
SearchTablesByLFTagsIterable.tableList()
Returns an iterable to iterate through the paginated
SearchTablesByLfTagsResponse.tableList() member. |
SdkPublisher<TaggedTable> |
SearchTablesByLFTagsPublisher.tableList()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2022. All rights reserved.