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