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. fromAthena(Consumer<AthenaTableReference.Builder> athena)Create an instance of this class withathena()initialized to the given value.static TableReferenceTableReference. fromAthena(AthenaTableReference athena)Create an instance of this class withathena()initialized to the given value.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.static TableReferenceTableReference. fromSnowflake(Consumer<SnowflakeTableReference.Builder> snowflake)Create an instance of this class withsnowflake()initialized to the given value.static TableReferenceTableReference. fromSnowflake(SnowflakeTableReference snowflake)Create an instance of this class withsnowflake()initialized to the given value.TableReferenceConfiguredTable. tableReference()The table that this configured table represents.TableReferenceCreateConfiguredTableRequest. tableReference()A reference to the 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 table that this configured table represents.CreateConfiguredTableRequest.BuilderCreateConfiguredTableRequest.Builder. tableReference(TableReference tableReference)A reference to the table being configured.
-