Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataPathSort |
DataPathSort.clone() |
DataPathSort |
PivotTableSortBy.getDataPath()
The data path sort (data path value, direction) for the pivot table sort by options.
|
DataPathSort |
DataPathSort.withDirection(SortDirection direction)
Determines the sort direction.
|
DataPathSort |
DataPathSort.withDirection(String direction)
Determines the sort direction.
|
DataPathSort |
DataPathSort.withSortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
DataPathSort |
DataPathSort.withSortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTableSortBy.setDataPath(DataPathSort dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
PivotTableSortBy |
PivotTableSortBy.withDataPath(DataPathSort dataPath)
The data path sort (data path value, direction) for the pivot table sort by options.
|
Copyright © 2023. All rights reserved.