| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation |
|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsResult |
AbstractAWSLakeFormation.searchTablesByLFTags(SearchTablesByLFTagsRequest request) |
SearchTablesByLFTagsResult |
AWSLakeFormation.searchTablesByLFTags(SearchTablesByLFTagsRequest searchTablesByLFTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
SearchTablesByLFTagsResult |
AWSLakeFormationClient.searchTablesByLFTags(SearchTablesByLFTagsRequest request)
This operation allows a search on
TABLE resources by LFTags. |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchTablesByLFTagsResult> |
AWSLakeFormationAsyncClient.searchTablesByLFTagsAsync(SearchTablesByLFTagsRequest request,
AsyncHandler<SearchTablesByLFTagsRequest,SearchTablesByLFTagsResult> asyncHandler) |
Future<SearchTablesByLFTagsResult> |
AWSLakeFormationAsync.searchTablesByLFTagsAsync(SearchTablesByLFTagsRequest searchTablesByLFTagsRequest,
AsyncHandler<SearchTablesByLFTagsRequest,SearchTablesByLFTagsResult> asyncHandler)
This operation allows a search on
TABLE resources by LFTags. |
Future<SearchTablesByLFTagsResult> |
AbstractAWSLakeFormationAsync.searchTablesByLFTagsAsync(SearchTablesByLFTagsRequest request,
AsyncHandler<SearchTablesByLFTagsRequest,SearchTablesByLFTagsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.clone() |
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.withNextToken(String nextToken)
A continuation token, present if the current list segment is not the last.
|
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.withTableList(Collection<TaggedTable> tableList)
A list of tables that meet the LF-tag conditions.
|
SearchTablesByLFTagsResult |
SearchTablesByLFTagsResult.withTableList(TaggedTable... tableList)
A list of tables that meet the LF-tag conditions.
|
Copyright © 2024. All rights reserved.