| Package | Description |
|---|---|
| software.amazon.awssdk.services.lakeformation |
|
| software.amazon.awssdk.services.lakeformation.model |
| Modifier and Type | Method and Description |
|---|---|
default SearchTablesByLfTagsResponse |
LakeFormationClient.searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default CompletableFuture<SearchTablesByLfTagsResponse> |
LakeFormationAsyncClient.searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default SearchTablesByLFTagsIterable |
LakeFormationClient.searchTablesByLFTagsPaginator(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
default SearchTablesByLFTagsPublisher |
LakeFormationAsyncClient.searchTablesByLFTagsPaginator(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)
This operation allows a search on
TABLE resources by LFTags. |
| Modifier and Type | Method and Description |
|---|---|
static SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.builder() |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.catalogId(String catalogId)
The identifier for the Data Catalog.
|
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.expression(Collection<LFTag> expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.expression(Consumer<LFTag.Builder>... expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.expression(LFTag... expression)
A list of conditions (
LFTag structures) to search for in table resources. |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to return.
|
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.nextToken(String nextToken)
A continuation token, if this is not the first call to retrieve this list.
|
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
SearchTablesByLfTagsRequest.Builder |
SearchTablesByLfTagsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends SearchTablesByLfTagsRequest.Builder> |
SearchTablesByLfTagsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.