| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogTarget |
CatalogTarget.clone() |
CatalogTarget |
CatalogTarget.withDatabaseName(String databaseName)
The name of the database to be synchronized.
|
CatalogTarget |
CatalogTarget.withTables(Collection<String> tables)
A list of the tables to be synchronized.
|
CatalogTarget |
CatalogTarget.withTables(String... tables)
A list of the tables to be synchronized.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogTarget> |
CrawlerTargets.getCatalogTargets()
Specifies Glue Data Catalog targets.
|
| Modifier and Type | Method and Description |
|---|---|
CrawlerTargets |
CrawlerTargets.withCatalogTargets(CatalogTarget... catalogTargets)
Specifies Glue Data Catalog targets.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CrawlerTargets.setCatalogTargets(Collection<CatalogTarget> catalogTargets)
Specifies Glue Data Catalog targets.
|
CrawlerTargets |
CrawlerTargets.withCatalogTargets(Collection<CatalogTarget> catalogTargets)
Specifies Glue Data Catalog targets.
|
Copyright © 2021. All rights reserved.