Uses of Class
software.amazon.awssdk.services.glue.model.CreateConnectionResponse
-
Packages that use CreateConnectionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of CreateConnectionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return CreateConnectionResponse Modifier and Type Method Description default CreateConnectionResponseGlueClient. createConnection(Consumer<CreateConnectionRequest.Builder> createConnectionRequest)Creates a connection definition in the Data Catalog.default CreateConnectionResponseGlueClient. createConnection(CreateConnectionRequest createConnectionRequest)Creates a connection definition in the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type CreateConnectionResponse Modifier and Type Method 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.
-