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