| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| software.amazon.awssdk.services.glue.paginators |
| Modifier and Type | Method and Description |
|---|---|
default GetConnectionsResponse |
GlueClient.getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
|
default GetConnectionsResponse |
GlueClient.getConnections(GetConnectionsRequest getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetConnectionsResponse> |
GlueAsyncClient.getConnections(Consumer<GetConnectionsRequest.Builder> getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
|
default CompletableFuture<GetConnectionsResponse> |
GlueAsyncClient.getConnections(GetConnectionsRequest getConnectionsRequest)
Retrieves a list of connection definitions from the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<GetConnectionsResponse> |
GetConnectionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
GetConnectionsPublisher.subscribe(org.reactivestreams.Subscriber<? super GetConnectionsResponse> subscriber) |
Copyright © 2023. All rights reserved.