Uses of Class
software.amazon.awssdk.services.glue.paginators.SearchTablesPublisher
-
Packages that use SearchTablesPublisher Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of SearchTablesPublisher in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return SearchTablesPublisher Modifier and Type Method Description default SearchTablesPublisherGlueAsyncClient. searchTablesPaginator(Consumer<SearchTablesRequest.Builder> searchTablesRequest)Searches a set of tables based on properties in the table metadata as well as on the parent database.default SearchTablesPublisherGlueAsyncClient. searchTablesPaginator(SearchTablesRequest searchTablesRequest)Searches a set of tables based on properties in the table metadata as well as on the parent database.
-