Uses of Class
software.amazon.awssdk.services.glue.model.GetConnectionResponse
-
Packages that use GetConnectionResponse Package Description software.amazon.awssdk.services.glue Glue -
-
Uses of GetConnectionResponse in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue that return GetConnectionResponse Modifier and Type Method Description default GetConnectionResponseGlueClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Retrieves a connection definition from the Data Catalog.default GetConnectionResponseGlueClient. getConnection(GetConnectionRequest getConnectionRequest)Retrieves a connection definition from the Data Catalog.Methods in software.amazon.awssdk.services.glue that return types with arguments of type GetConnectionResponse Modifier and Type Method Description default CompletableFuture<GetConnectionResponse>GlueAsyncClient. getConnection(Consumer<GetConnectionRequest.Builder> getConnectionRequest)Retrieves a connection definition from the Data Catalog.default CompletableFuture<GetConnectionResponse>GlueAsyncClient. getConnection(GetConnectionRequest getConnectionRequest)Retrieves a connection definition from the Data Catalog.
-