| Package | Description |
|---|---|
| software.amazon.awssdk.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
Database |
GetDatabaseResponse.database()
The definition of the specified database in the Data Catalog.
|
| Modifier and Type | Method and Description |
|---|---|
List<Database> |
GetDatabasesResponse.databaseList()
A list of
Database objects from the specified catalog. |
| Modifier and Type | Method and Description |
|---|---|
GetDatabaseResponse.Builder |
GetDatabaseResponse.Builder.database(Database database)
The definition of the specified database in the Data Catalog.
|
GetDatabasesResponse.Builder |
GetDatabasesResponse.Builder.databaseList(Database... databaseList)
A list of
Database objects from the specified catalog. |
| Modifier and Type | Method and Description |
|---|---|
GetDatabasesResponse.Builder |
GetDatabasesResponse.Builder.databaseList(Collection<Database> databaseList)
A list of
Database objects from the specified catalog. |
Copyright © 2023. All rights reserved.