Uses of Class
software.amazon.awssdk.services.glue.model.SearchTablesResponse
-
Packages that use SearchTablesResponse Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.paginators -
-
Uses of SearchTablesResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return SearchTablesResponse Modifier and Type Method Description default SearchTablesResponseGlueClient. searchTables(Consumer<SearchTablesRequest.Builder> 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.Methods in software.amazon.awssdk.services.glue that return types with arguments of type SearchTablesResponse Modifier and Type Method Description default CompletableFuture<SearchTablesResponse>GlueAsyncClient. searchTables(Consumer<SearchTablesRequest.Builder> searchTablesRequest)Searches a set of tables based on properties in the table metadata as well as on the parent database.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. -
Uses of SearchTablesResponse in software.amazon.awssdk.services.glue.paginators
Methods in software.amazon.awssdk.services.glue.paginators that return types with arguments of type SearchTablesResponse Modifier and Type Method Description Iterator<SearchTablesResponse>SearchTablesIterable. iterator()Method parameters in software.amazon.awssdk.services.glue.paginators with type arguments of type SearchTablesResponse Modifier and Type Method Description voidSearchTablesPublisher. subscribe(org.reactivestreams.Subscriber<? super SearchTablesResponse> subscriber)
-