Uses of Class
software.amazon.awssdk.services.quicksight.model.RelationalTable
-
Packages that use RelationalTable Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RelationalTable in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RelationalTable Modifier and Type Method Description RelationalTablePhysicalTable. relationalTable()A physical table type for relational data sources.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RelationalTable Modifier and Type Method Description static PhysicalTablePhysicalTable. fromRelationalTable(RelationalTable relationalTable)Create an instance of this class withPhysicalTable.relationalTable()initialized to the given value.PhysicalTable.BuilderPhysicalTable.Builder. relationalTable(RelationalTable relationalTable)A physical table type for relational data sources.
-