| Package | Description |
|---|---|
| com.amazonaws.services.lakeformation |
|
| com.amazonaws.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
Future<SearchTablesByLFTagsResult> |
AWSLakeFormationAsyncClient.searchTablesByLFTagsAsync(SearchTablesByLFTagsRequest request,
AsyncHandler<SearchTablesByLFTagsRequest,SearchTablesByLFTagsResult> asyncHandler) |
Future<SearchTablesByLFTagsResult> |
AbstractAWSLakeFormationAsync.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. |
| Modifier and Type | Method and Description |
|---|---|
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.clone() |
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withCatalogId(String catalogId)
The identifier for the Data Catalog.
|
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withExpression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withExpression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withMaxResults(Integer maxResults)
The maximum number of results to return.
|
SearchTablesByLFTagsRequest |
SearchTablesByLFTagsRequest.withNextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
Copyright © 2022. All rights reserved.