Package | Description |
---|---|
com.amazonaws.services.athena.model |
Modifier and Type | Method and Description |
---|---|
Database |
Database.addParametersEntry(String key,
String value)
Add a single Parameters entry
|
Database |
Database.clearParametersEntries()
Removes all the entries added into Parameters.
|
Database |
Database.clone() |
Database |
GetDatabaseResult.getDatabase()
The database returned.
|
Database |
Database.withDescription(String description)
An optional description of the database.
|
Database |
Database.withName(String name)
The name of the database.
|
Database |
Database.withParameters(Map<String,String> parameters)
A set of custom key/value pairs.
|
Modifier and Type | Method and Description |
---|---|
List<Database> |
ListDatabasesResult.getDatabaseList()
A list of databases from a data catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
GetDatabaseResult.setDatabase(Database database)
The database returned.
|
GetDatabaseResult |
GetDatabaseResult.withDatabase(Database database)
The database returned.
|
ListDatabasesResult |
ListDatabasesResult.withDatabaseList(Database... databaseList)
A list of databases from a data catalog.
|
Modifier and Type | Method and Description |
---|---|
void |
ListDatabasesResult.setDatabaseList(Collection<Database> databaseList)
A list of databases from a data catalog.
|
ListDatabasesResult |
ListDatabasesResult.withDatabaseList(Collection<Database> databaseList)
A list of databases from a data catalog.
|
Copyright © 2023. All rights reserved.