| 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 AWS Glue table referred to by this table reference.
|
GlueTableReference |
GlueTableReference.withDatabaseName(String databaseName)
The name of the database the AWS Glue table belongs to.
|
GlueTableReference |
GlueTableReference.withTableName(String tableName)
The name of the AWS Glue table.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TableReference.setGlue(GlueTableReference glue)
If present, a reference to the AWS Glue table referred to by this table reference.
|
TableReference |
TableReference.withGlue(GlueTableReference glue)
If present, a reference to the AWS Glue table referred to by this table reference.
|
Copyright © 2023. All rights reserved.