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