| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
GlueTableReference |
GlueTableReference.clone() |
GlueTableReference |
TableReference.getGlue()
If present, a reference to the Glue table referred to by this table reference.
|
GlueTableReference |
GlueTableReference.withDatabaseName(String databaseName)
The name of the database the Glue table belongs to.
|
GlueTableReference |
GlueTableReference.withTableName(String tableName)
The name of the Glue table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableReference.setGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
|
TableReference |
TableReference.withGlue(GlueTableReference glue)
If present, a reference to the Glue table referred to by this table reference.
|
Copyright © 2025. All rights reserved.