Package | Description |
---|---|
com.amazonaws.services.glue.model |
Modifier and Type | Method and Description |
---|---|
DatabaseIdentifier |
DatabaseIdentifier.clone() |
DatabaseIdentifier |
Database.getTargetDatabase()
A
DatabaseIdentifier structure that describes a target database for resource linking. |
DatabaseIdentifier |
DatabaseInput.getTargetDatabase()
A
DatabaseIdentifier structure that describes a target database for resource linking. |
DatabaseIdentifier |
DatabaseIdentifier.withCatalogId(String catalogId)
The ID of the Data Catalog in which the database resides.
|
DatabaseIdentifier |
DatabaseIdentifier.withDatabaseName(String databaseName)
The name of the catalog database.
|
DatabaseIdentifier |
DatabaseIdentifier.withRegion(String region)
Region of the target database.
|
Modifier and Type | Method and Description |
---|---|
void |
Database.setTargetDatabase(DatabaseIdentifier targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
void |
DatabaseInput.setTargetDatabase(DatabaseIdentifier targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
Database |
Database.withTargetDatabase(DatabaseIdentifier targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
DatabaseInput |
DatabaseInput.withTargetDatabase(DatabaseIdentifier targetDatabase)
A
DatabaseIdentifier structure that describes a target database for resource linking. |
Copyright © 2023. All rights reserved.