| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
CatalogEntry |
CatalogEntry.clone() |
CatalogEntry |
GetPlanRequest.getSource()
The source table.
|
CatalogEntry |
GetMappingRequest.getSource()
Specifies the source table.
|
CatalogEntry |
CatalogEntry.withDatabaseName(String databaseName)
The database in which the table metadata resides.
|
CatalogEntry |
CatalogEntry.withTableName(String tableName)
The name of the table in question.
|
| Modifier and Type | Method and Description |
|---|---|
List<CatalogEntry> |
GetPlanRequest.getSinks()
The target tables.
|
List<CatalogEntry> |
GetMappingRequest.getSinks()
A list of target tables.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPlanRequest.setSource(CatalogEntry source)
The source table.
|
void |
GetMappingRequest.setSource(CatalogEntry source)
Specifies the source table.
|
GetPlanRequest |
GetPlanRequest.withSinks(CatalogEntry... sinks)
The target tables.
|
GetMappingRequest |
GetMappingRequest.withSinks(CatalogEntry... sinks)
A list of target tables.
|
GetPlanRequest |
GetPlanRequest.withSource(CatalogEntry source)
The source table.
|
GetMappingRequest |
GetMappingRequest.withSource(CatalogEntry source)
Specifies the source table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPlanRequest.setSinks(Collection<CatalogEntry> sinks)
The target tables.
|
void |
GetMappingRequest.setSinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
GetPlanRequest |
GetPlanRequest.withSinks(Collection<CatalogEntry> sinks)
The target tables.
|
GetMappingRequest |
GetMappingRequest.withSinks(Collection<CatalogEntry> sinks)
A list of target tables.
|
Copyright © 2024. All rights reserved.