Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
LogicalTable |
LogicalTable.clone() |
LogicalTable |
LogicalTable.withAlias(String alias)
A display name for the logical table.
|
LogicalTable |
LogicalTable.withDataTransforms(Collection<TransformOperation> dataTransforms)
Transform operations that act on this logical table.
|
LogicalTable |
LogicalTable.withDataTransforms(TransformOperation... dataTransforms)
Transform operations that act on this logical table.
|
LogicalTable |
LogicalTable.withSource(LogicalTableSource source)
Source of this logical table.
|
Modifier and Type | Method and Description |
---|---|
Map<String,LogicalTable> |
UpdateDataSetRequest.getLogicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
Map<String,LogicalTable> |
DataSet.getLogicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
Map<String,LogicalTable> |
CreateDataSetRequest.getLogicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
Modifier and Type | Method and Description |
---|---|
UpdateDataSetRequest |
UpdateDataSetRequest.addLogicalTableMapEntry(String key,
LogicalTable value)
Add a single LogicalTableMap entry
|
DataSet |
DataSet.addLogicalTableMapEntry(String key,
LogicalTable value)
Add a single LogicalTableMap entry
|
CreateDataSetRequest |
CreateDataSetRequest.addLogicalTableMapEntry(String key,
LogicalTable value)
Add a single LogicalTableMap entry
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateDataSetRequest.setLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
void |
DataSet.setLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
void |
CreateDataSetRequest.setLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
UpdateDataSetRequest |
UpdateDataSetRequest.withLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
DataSet |
DataSet.withLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
CreateDataSetRequest |
CreateDataSetRequest.withLogicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
Copyright © 2021. All rights reserved.