| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default SearchTablesResponse |
GlueClient.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 SearchTablesResponse |
GlueClient.searchTables(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database.
|
| Modifier and Type | Method and 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.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SearchTablesResponse> |
SearchTablesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchTablesPublisher.subscribe(org.reactivestreams.Subscriber<? super SearchTablesResponse> subscriber) |
Copyright © 2023. All rights reserved.