Uses of Class
software.amazon.awssdk.services.glue.model.SearchTablesRequest
-
Packages that use SearchTablesRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators software.amazon.awssdk.services.glue.transform -
-
Uses of SearchTablesRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type SearchTablesRequest Modifier and Type Method Description default CompletableFuture<SearchTablesResponse>GlueAsyncClient. searchTables(SearchTablesRequest searchTablesRequest)Searches a set of tables based on properties in the table metadata as well as on the parent database.default SearchTablesResponseGlueClient. searchTables(SearchTablesRequest 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.default SearchTablesIterableGlueClient. searchTablesPaginator(SearchTablesRequest searchTablesRequest)Searches a set of tables based on properties in the table metadata as well as on the parent database. -
Uses of SearchTablesRequest in software.amazon.awssdk.services.glue.paginators
Constructors in software.amazon.awssdk.services.glue.paginators with parameters of type SearchTablesRequest Constructor Description SearchTablesIterable(GlueClient client, SearchTablesRequest firstRequest)SearchTablesPublisher(GlueAsyncClient client, SearchTablesRequest firstRequest) -
Uses of SearchTablesRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type SearchTablesRequest Modifier and Type Method Description SdkHttpFullRequestSearchTablesRequestMarshaller. marshall(SearchTablesRequest searchTablesRequest)
-