Uses of Class
software.amazon.awssdk.services.glue.model.GetDatabaseRequest
-
Packages that use GetDatabaseRequest Package Description software.amazon.awssdk.services.glue Glue software.amazon.awssdk.services.glue.transform -
-
Uses of GetDatabaseRequest in software.amazon.awssdk.services.glue
Methods in software.amazon.awssdk.services.glue with parameters of type GetDatabaseRequest Modifier and Type Method Description default CompletableFuture<GetDatabaseResponse>GlueAsyncClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Retrieves the definition of a specified database.default GetDatabaseResponseGlueClient. getDatabase(GetDatabaseRequest getDatabaseRequest)Retrieves the definition of a specified database. -
Uses of GetDatabaseRequest in software.amazon.awssdk.services.glue.transform
Methods in software.amazon.awssdk.services.glue.transform with parameters of type GetDatabaseRequest Modifier and Type Method Description SdkHttpFullRequestGetDatabaseRequestMarshaller. marshall(GetDatabaseRequest getDatabaseRequest)
-