| Package | Description |
|---|---|
| com.amazonaws.services.glue.model |
| Modifier and Type | Method and Description |
|---|---|
DynamoDBCatalogSource |
DynamoDBCatalogSource.clone() |
DynamoDBCatalogSource |
CodeGenConfigurationNode.getDynamoDBCatalogSource() |
DynamoDBCatalogSource |
DynamoDBCatalogSource.withDatabase(String database)
The name of the database to read from.
|
DynamoDBCatalogSource |
DynamoDBCatalogSource.withName(String name)
The name of the data source.
|
DynamoDBCatalogSource |
DynamoDBCatalogSource.withTable(String table)
The name of the table in the database to read from.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CodeGenConfigurationNode.setDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource) |
CodeGenConfigurationNode |
CodeGenConfigurationNode.withDynamoDBCatalogSource(DynamoDBCatalogSource dynamoDBCatalogSource) |
Copyright © 2022. All rights reserved.