Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
DataPathValue |
DataPathValue.clone() |
DataPathValue |
DataPathColor.getElement()
The element that the color needs to be applied to.
|
DataPathValue |
DataPathValue.withFieldId(String fieldId)
The field ID of the field that needs to be sorted.
|
DataPathValue |
DataPathValue.withFieldValue(String fieldValue)
The actual value of the field that needs to be sorted.
|
Modifier and Type | Method and Description |
---|---|
List<DataPathValue> |
PivotTableDataPathOption.getDataPathList()
The list of data path values for the data path options.
|
List<DataPathValue> |
PivotTableFieldCollapseStateTarget.getFieldDataPathValues()
The data path of the pivot table's header.
|
List<DataPathValue> |
DataPathSort.getSortPaths()
The list of data paths that need to be sorted.
|
Modifier and Type | Method and Description |
---|---|
void |
DataPathColor.setElement(DataPathValue element)
The element that the color needs to be applied to.
|
PivotTableDataPathOption |
PivotTableDataPathOption.withDataPathList(DataPathValue... dataPathList)
The list of data path values for the data path options.
|
DataPathColor |
DataPathColor.withElement(DataPathValue element)
The element that the color needs to be applied to.
|
PivotTableFieldCollapseStateTarget |
PivotTableFieldCollapseStateTarget.withFieldDataPathValues(DataPathValue... fieldDataPathValues)
The data path of the pivot table's header.
|
DataPathSort |
DataPathSort.withSortPaths(DataPathValue... sortPaths)
The list of data paths that need to be sorted.
|
Modifier and Type | Method and Description |
---|---|
void |
PivotTableDataPathOption.setDataPathList(Collection<DataPathValue> dataPathList)
The list of data path values for the data path options.
|
void |
PivotTableFieldCollapseStateTarget.setFieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)
The data path of the pivot table's header.
|
void |
DataPathSort.setSortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
PivotTableDataPathOption |
PivotTableDataPathOption.withDataPathList(Collection<DataPathValue> dataPathList)
The list of data path values for the data path options.
|
PivotTableFieldCollapseStateTarget |
PivotTableFieldCollapseStateTarget.withFieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)
The data path of the pivot table's header.
|
DataPathSort |
DataPathSort.withSortPaths(Collection<DataPathValue> sortPaths)
The list of data paths that need to be sorted.
|
Copyright © 2023. All rights reserved.