Uses of Class
software.amazon.awssdk.services.cleanrooms.model.GlueTableReference
-
Packages that use GlueTableReference Package Description software.amazon.awssdk.services.cleanrooms.model -
-
Uses of GlueTableReference in software.amazon.awssdk.services.cleanrooms.model
Methods in software.amazon.awssdk.services.cleanrooms.model that return GlueTableReference Modifier and Type Method Description GlueTableReferenceTableReference. glue()If present, a reference to the Glue table referred to by this table reference.Methods in software.amazon.awssdk.services.cleanrooms.model with parameters of type GlueTableReference Modifier and Type Method Description static TableReferenceTableReference. fromGlue(GlueTableReference glue)Create an instance of this class withTableReference.glue()initialized to the given value.TableReference.BuilderTableReference.Builder. glue(GlueTableReference glue)If present, a reference to the Glue table referred to by this table reference.
-