Uses of Interface
software.amazon.awssdk.services.lakeformation.model.SearchTablesByLfTagsRequest.Builder
-
Packages that use SearchTablesByLfTagsRequest.Builder Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.model -
-
Uses of SearchTablesByLfTagsRequest.Builder in software.amazon.awssdk.services.lakeformation
Method parameters in software.amazon.awssdk.services.lakeformation with type arguments of type SearchTablesByLfTagsRequest.Builder Modifier and Type Method Description default CompletableFuture<SearchTablesByLfTagsResponse>LakeFormationAsyncClient. searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.default SearchTablesByLfTagsResponseLakeFormationClient. searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.default SearchTablesByLFTagsPublisherLakeFormationAsyncClient. searchTablesByLFTagsPaginator(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.default SearchTablesByLFTagsIterableLakeFormationClient. searchTablesByLFTagsPaginator(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags. -
Uses of SearchTablesByLfTagsRequest.Builder in software.amazon.awssdk.services.lakeformation.model
Methods in software.amazon.awssdk.services.lakeformation.model that return SearchTablesByLfTagsRequest.Builder Modifier and Type Method Description static SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest. builder()SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. catalogId(String catalogId)The identifier for the Data Catalog.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. expression(Collection<LFTag> expression)A list of conditions (LFTagstructures) to search for in table resources.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. expression(Consumer<LFTag.Builder>... expression)A list of conditions (LFTagstructures) to search for in table resources.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. expression(LFTag... expression)A list of conditions (LFTagstructures) to search for in table resources.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. nextToken(String nextToken)A continuation token, if this is not the first call to retrieve this list.SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)SearchTablesByLfTagsRequest.BuilderSearchTablesByLfTagsRequest. toBuilder()Methods in software.amazon.awssdk.services.lakeformation.model that return types with arguments of type SearchTablesByLfTagsRequest.Builder Modifier and Type Method Description static Class<? extends SearchTablesByLfTagsRequest.Builder>SearchTablesByLfTagsRequest. serializableBuilderClass()
-