| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateConnectionResponse |
GlueClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection definition in the Data Catalog.
|
default CreateConnectionResponse |
GlueClient.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection definition in the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateConnectionResponse> |
GlueAsyncClient.createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)
Creates a connection definition in the Data Catalog.
|
default CompletableFuture<CreateConnectionResponse> |
GlueAsyncClient.createConnection(CreateConnectionRequest createConnectionRequest)
Creates a connection definition in the Data Catalog.
|
Copyright © 2023. All rights reserved.