Uses of Class
software.amazon.awssdk.services.lakeformation.model.SearchTablesByLfTagsResponse
-
Packages that use SearchTablesByLfTagsResponse Package Description software.amazon.awssdk.services.lakeformation Lake Formation software.amazon.awssdk.services.lakeformation.paginators -
-
Uses of SearchTablesByLfTagsResponse in software.amazon.awssdk.services.lakeformation
Methods in software.amazon.awssdk.services.lakeformation that return SearchTablesByLfTagsResponse Modifier and Type Method Description default SearchTablesByLfTagsResponseLakeFormationClient. searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.default SearchTablesByLfTagsResponseLakeFormationClient. searchTablesByLFTags(SearchTablesByLfTagsRequest searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.Methods in software.amazon.awssdk.services.lakeformation that return types with arguments of type SearchTablesByLfTagsResponse Modifier and Type Method Description default CompletableFuture<SearchTablesByLfTagsResponse>LakeFormationAsyncClient. searchTablesByLFTags(Consumer<SearchTablesByLfTagsRequest.Builder> searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags.default CompletableFuture<SearchTablesByLfTagsResponse>LakeFormationAsyncClient. searchTablesByLFTags(SearchTablesByLfTagsRequest searchTablesByLfTagsRequest)This operation allows a search onTABLEresources byLFTags. -
Uses of SearchTablesByLfTagsResponse in software.amazon.awssdk.services.lakeformation.paginators
Methods in software.amazon.awssdk.services.lakeformation.paginators that return types with arguments of type SearchTablesByLfTagsResponse Modifier and Type Method Description Iterator<SearchTablesByLfTagsResponse>SearchTablesByLFTagsIterable. iterator()Method parameters in software.amazon.awssdk.services.lakeformation.paginators with type arguments of type SearchTablesByLfTagsResponse Modifier and Type Method Description voidSearchTablesByLFTagsPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchTablesByLfTagsResponse> subscriber)
-