| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
DataPathValue |
DataPathColor.element()
The element that the color needs to be applied to.
|
| Modifier and Type | Method and Description |
|---|---|
List<DataPathValue> |
PivotTableDataPathOption.dataPathList()
The list of data path values for the data path options.
|
List<DataPathValue> |
PivotTableFieldCollapseStateTarget.fieldDataPathValues()
The data path of the pivot table's header.
|
List<DataPathValue> |
DataPathSort.sortPaths()
The list of data paths that need to be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
PivotTableDataPathOption.Builder |
PivotTableDataPathOption.Builder.dataPathList(DataPathValue... dataPathList)
The list of data path values for the data path options.
|
DataPathColor.Builder |
DataPathColor.Builder.element(DataPathValue element)
The element that the color needs to be applied to.
|
PivotTableFieldCollapseStateTarget.Builder |
PivotTableFieldCollapseStateTarget.Builder.fieldDataPathValues(DataPathValue... fieldDataPathValues)
The data path of the pivot table's header.
|
DataPathSort.Builder |
DataPathSort.Builder.sortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
|
| Modifier and Type | Method and Description |
|---|---|
PivotTableDataPathOption.Builder |
PivotTableDataPathOption.Builder.dataPathList(Collection<DataPathValue> dataPathList)
The list of data path values for the data path options.
|
PivotTableFieldCollapseStateTarget.Builder |
PivotTableFieldCollapseStateTarget.Builder.fieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)
The data path of the pivot table's header.
|
DataPathSort.Builder |
DataPathSort.Builder.sortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
Copyright © 2023. All rights reserved.