Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomSql
-
Packages that use CustomSql Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomSql in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CustomSql Modifier and Type Method Description CustomSqlPhysicalTable. customSql()A physical table type built from the results of the custom SQL query.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomSql Modifier and Type Method Description PhysicalTable.BuilderPhysicalTable.Builder. customSql(CustomSql customSql)A physical table type built from the results of the custom SQL query.static PhysicalTablePhysicalTable. fromCustomSql(CustomSql customSql)Create an instance of this class withPhysicalTable.customSql()initialized to the given value.
-