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