Uses of Class
software.amazon.awssdk.services.cleanrooms.model.TableReference
-
Packages that use TableReference Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of TableReference in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return TableReference Modifier and Type Method Description static TableReferenceTableReference. fromGlue(Consumer<GlueTableReference.Builder> glue)Create an instance of this class withglue()initialized to the given value.static TableReferenceTableReference. fromGlue(GlueTableReference glue)Create an instance of this class withglue()initialized to the given value.TableReferenceConfiguredTable. tableReference()The Glue table that this configured table represents.TableReferenceCreateConfiguredTableRequest. tableReference()A reference to the Glue table being configured.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type TableReference Modifier and Type Method Description ConfiguredTable.BuilderConfiguredTable.Builder. tableReference(TableReference tableReference)The Glue table that this configured table represents.CreateConfiguredTableRequest.BuilderCreateConfiguredTableRequest.Builder. tableReference(TableReference tableReference)A reference to the Glue table being configured.
-