| 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 GetTablesResponse |
GlueClient.getTables(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
default CompletableFuture<GetTablesResponse> |
GlueAsyncClient.getTables(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
default GetTablesIterable |
GlueClient.getTablesPaginator(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
default GetTablesPublisher |
GlueAsyncClient.getTablesPaginator(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
| Constructor and Description |
|---|
GetTablesIterable(GlueClient client,
GetTablesRequest firstRequest) |
GetTablesPublisher(GlueAsyncClient client,
GetTablesRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetTablesRequestMarshaller.marshall(GetTablesRequest getTablesRequest) |
Copyright © 2023. All rights reserved.