Uses of Class
software.amazon.awssdk.services.quicksight.model.PhysicalTable
-
Packages that use PhysicalTable Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PhysicalTable in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return PhysicalTable Modifier and Type Method Description static PhysicalTablePhysicalTable. fromCustomSql(Consumer<CustomSql.Builder> customSql)Create an instance of this class withcustomSql()initialized to the given value.static PhysicalTablePhysicalTable. fromCustomSql(CustomSql customSql)Create an instance of this class withcustomSql()initialized to the given value.static PhysicalTablePhysicalTable. fromRelationalTable(Consumer<RelationalTable.Builder> relationalTable)Create an instance of this class withrelationalTable()initialized to the given value.static PhysicalTablePhysicalTable. fromRelationalTable(RelationalTable relationalTable)Create an instance of this class withrelationalTable()initialized to the given value.static PhysicalTablePhysicalTable. fromS3Source(Consumer<S3Source.Builder> s3Source)Create an instance of this class withs3Source()initialized to the given value.static PhysicalTablePhysicalTable. fromS3Source(S3Source s3Source)Create an instance of this class withs3Source()initialized to the given value.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PhysicalTable Modifier and Type Method Description Map<String,PhysicalTable>CreateDataSetRequest. physicalTableMap()Declares the physical tables that are available in the underlying data sources.Map<String,PhysicalTable>DataSet. physicalTableMap()Declares the physical tables that are available in the underlying data sources.Map<String,PhysicalTable>UpdateDataSetRequest. physicalTableMap()Declares the physical tables that are available in the underlying data sources.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PhysicalTable Modifier and Type Method Description CreateDataSetRequest.BuilderCreateDataSetRequest.Builder. physicalTableMap(Map<String,PhysicalTable> physicalTableMap)Declares the physical tables that are available in the underlying data sources.DataSet.BuilderDataSet.Builder. physicalTableMap(Map<String,PhysicalTable> physicalTableMap)Declares the physical tables that are available in the underlying data sources.UpdateDataSetRequest.BuilderUpdateDataSetRequest.Builder. physicalTableMap(Map<String,PhysicalTable> physicalTableMap)Declares the physical tables that are available in the underlying data sources.
-