Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
Database |
Database.addParametersEntry(String key,
String value) |
Database |
Database.clearParametersEntries()
Removes all the entries added into Parameters.
|
Database |
Database.clone() |
Database |
GetDatabaseResult.getDatabase()
The definition of the specified database in the Data Catalog.
|
Database |
Database.withCreateTableDefaultPermissions(Collection<PrincipalPermissions> createTableDefaultPermissions)
Creates a set of default permissions on the table for principals.
|
Database |
Database.withCreateTableDefaultPermissions(PrincipalPermissions... createTableDefaultPermissions)
Creates a set of default permissions on the table for principals.
|
Database |
Database.withCreateTime(Date createTime)
The time at which the metadata database was created in the catalog.
|
Database |
Database.withDescription(String description)
A description of the database.
|
Database |
Database.withLocationUri(String locationUri)
The location of the database (for example, an HDFS path).
|
Database |
Database.withName(String name)
The name of the database.
|
Database |
Database.withParameters(Map<String,String> parameters)
These key-value pairs define parameters and properties of the database.
|
Modifier and Type | Method and Description |
---|---|
List<Database> |
GetDatabasesResult.getDatabaseList()
A list of
Database objects from the specified catalog. |
Modifier and Type | Method and Description |
---|---|
void |
GetDatabaseResult.setDatabase(Database database)
The definition of the specified database in the Data Catalog.
|
GetDatabaseResult |
GetDatabaseResult.withDatabase(Database database)
The definition of the specified database in the Data Catalog.
|
GetDatabasesResult |
GetDatabasesResult.withDatabaseList(Database... databaseList)
A list of
Database objects from the specified catalog. |
Modifier and Type | Method and Description |
---|---|
void |
GetDatabasesResult.setDatabaseList(Collection<Database> databaseList)
A list of
Database objects from the specified catalog. |
GetDatabasesResult |
GetDatabasesResult.withDatabaseList(Collection<Database> databaseList)
A list of
Database objects from the specified catalog. |
Copyright © 2020. All rights reserved.