| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators | |
| software.amazon.awssdk.services.glue.transform |
| Modifier and Type | Method and 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 SearchTablesResponse |
GlueClient.searchTables(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database.
|
default SearchTablesPublisher |
GlueAsyncClient.searchTablesPaginator(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database.
|
default SearchTablesIterable |
GlueClient.searchTablesPaginator(SearchTablesRequest searchTablesRequest)
Searches a set of tables based on properties in the table metadata as well as on the parent database.
|
| Constructor and Description |
|---|
SearchTablesIterable(GlueClient client,
SearchTablesRequest firstRequest) |
SearchTablesPublisher(GlueAsyncClient client,
SearchTablesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
SearchTablesRequestMarshaller.marshall(SearchTablesRequest searchTablesRequest) |
Copyright © 2023. All rights reserved.