| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Map<String,PhysicalTable> |
UpdateDataSetRequest.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
DataSet.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
Map<String,PhysicalTable> |
CreateDataSetRequest.physicalTableMap()
Declares the physical tables that are available in the underlying data sources.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSetRequest.Builder |
UpdateDataSetRequest.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
DataSet.Builder |
DataSet.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
CreateDataSetRequest.Builder |
CreateDataSetRequest.Builder.physicalTableMap(Map<String,PhysicalTable> physicalTableMap)
Declares the physical tables that are available in the underlying data sources.
|
Copyright © 2020. All rights reserved.