Uses of Class
software.amazon.awssdk.services.quicksight.model.LogicalTable
-
Packages that use LogicalTable Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of LogicalTable in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type LogicalTable Modifier and Type Method Description Map<String,LogicalTable>CreateDataSetRequest. logicalTableMap()Configures the combination and transformation of the data from the physical tables.Map<String,LogicalTable>DataSet. logicalTableMap()Configures the combination and transformation of the data from the physical tables.Map<String,LogicalTable>UpdateDataSetRequest. logicalTableMap()Configures the combination and transformation of the data from the physical tables.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type LogicalTable Modifier and Type Method Description CreateDataSetRequest.BuilderCreateDataSetRequest.Builder. logicalTableMap(Map<String,LogicalTable> logicalTableMap)Configures the combination and transformation of the data from the physical tables.DataSet.BuilderDataSet.Builder. logicalTableMap(Map<String,LogicalTable> logicalTableMap)Configures the combination and transformation of the data from the physical tables.UpdateDataSetRequest.BuilderUpdateDataSetRequest.Builder. logicalTableMap(Map<String,LogicalTable> logicalTableMap)Configures the combination and transformation of the data from the physical tables.
-