| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
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.
|
Map<String,LogicalTable> |
CreateDataSetRequest.logicalTableMap()
Configures the combination and transformation of the data from the physical tables.
|
| Modifier and Type | Method and Description |
|---|---|
DataSet.Builder |
DataSet.Builder.logicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
UpdateDataSetRequest.Builder |
UpdateDataSetRequest.Builder.logicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.logicalTableMap(Map<String,LogicalTable> logicalTableMap)
Configures the combination and transformation of the data from the physical tables.
|
Copyright © 2023. All rights reserved.