Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
PhysicalTable |
PhysicalTable.clone() |
PhysicalTable |
PhysicalTable.withCustomSql(CustomSql customSql)
A physical table type built from the results of the custom SQL query.
|
PhysicalTable |
PhysicalTable.withRelationalTable(RelationalTable relationalTable)
A physical table type for relational data sources.
|
PhysicalTable |
PhysicalTable.withS3Source(S3Source s3Source)
A physical table type for as S3 data source.
|
Modifier and Type | Method and Description |
---|---|
Map<String,PhysicalTable> |
DataSet.getPhysicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
UpdateDataSetRequest.getPhysicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
CreateDataSetRequest.getPhysicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Modifier and Type | Method and Description |
---|---|
DataSet |
DataSet.addPhysicalTableMapEntry(String key,
PhysicalTable value)
Add a single PhysicalTableMap entry
|
UpdateDataSetRequest |
UpdateDataSetRequest.addPhysicalTableMapEntry(String key,
PhysicalTable value)
Add a single PhysicalTableMap entry
|
CreateDataSetRequest |
CreateDataSetRequest.addPhysicalTableMapEntry(String key,
PhysicalTable value)
Add a single PhysicalTableMap entry
|
Modifier and Type | Method and Description |
---|---|
void |
DataSet.setPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
void |
UpdateDataSetRequest.setPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
void |
CreateDataSetRequest.setPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
DataSet |
DataSet.withPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
UpdateDataSetRequest |
UpdateDataSetRequest.withPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
CreateDataSetRequest |
CreateDataSetRequest.withPhysicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
Copyright © 2023. All rights reserved.