Uses of Class
software.amazon.awssdk.services.glue.model.Database
-
Packages that use Database Package Description software.amazon.awssdk.services.glue.model -
-
Uses of Database in software.amazon.awssdk.services.glue.model
Methods in software.amazon.awssdk.services.glue.model that return Database Modifier and Type Method Description DatabaseGetDatabaseResponse. database()The definition of the specified database in the Data Catalog.Methods in software.amazon.awssdk.services.glue.model that return types with arguments of type Database Modifier and Type Method Description List<Database>GetDatabasesResponse. databaseList()A list ofDatabaseobjects from the specified catalog.Methods in software.amazon.awssdk.services.glue.model with parameters of type Database Modifier and Type Method Description GetDatabaseResponse.BuilderGetDatabaseResponse.Builder. database(Database database)The definition of the specified database in the Data Catalog.GetDatabasesResponse.BuilderGetDatabasesResponse.Builder. databaseList(Database... databaseList)A list ofDatabaseobjects from the specified catalog.Method parameters in software.amazon.awssdk.services.glue.model with type arguments of type Database Modifier and Type Method Description GetDatabasesResponse.BuilderGetDatabasesResponse.Builder. databaseList(Collection<Database> databaseList)A list ofDatabaseobjects from the specified catalog.
-