| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetTablesResponse |
GlueClient.getTables(Consumer<GetTablesRequest.Builder> getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
default GetTablesResponse |
GlueClient.getTables(GetTablesRequest getTablesRequest)
Retrieves the definitions of some or all of the tables in a given
Database. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetTablesResponse> |
GlueAsyncClient.getTables(Consumer<GetTablesRequest.Builder> 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. |
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetTablesResponse> |
GetTablesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetTablesPublisher.subscribe(org.reactivestreams.Subscriber<? super GetTablesResponse> subscriber) |
Copyright © 2023. All rights reserved.