| Package | Description |
|---|---|
| com.amazonaws.services.cleanrooms.model |
| Modifier and Type | Method and Description |
|---|---|
TableReference |
TableReference.clone() |
TableReference |
CreateConfiguredTableRequest.getTableReference()
A reference to the AWS Glue table being configured.
|
TableReference |
ConfiguredTable.getTableReference()
The AWS Glue table that this configured table represents.
|
TableReference |
TableReference.withGlue(GlueTableReference glue)
If present, a reference to the AWS Glue table referred to by this table reference.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateConfiguredTableRequest.setTableReference(TableReference tableReference)
A reference to the AWS Glue table being configured.
|
void |
ConfiguredTable.setTableReference(TableReference tableReference)
The AWS Glue table that this configured table represents.
|
CreateConfiguredTableRequest |
CreateConfiguredTableRequest.withTableReference(TableReference tableReference)
A reference to the AWS Glue table being configured.
|
ConfiguredTable |
ConfiguredTable.withTableReference(TableReference tableReference)
The AWS Glue table that this configured table represents.
|
Copyright © 2023. All rights reserved.