Uses of Class
software.amazon.awssdk.services.quicksight.model.DataPathValue
-
Packages that use DataPathValue Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathValue in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataPathValue Modifier and Type Method Description DataPathValueDataPathColor. element()The element that the color needs to be applied to.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathValue Modifier and Type Method 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.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataPathValue Modifier and Type Method Description PivotTableDataPathOption.BuilderPivotTableDataPathOption.Builder. dataPathList(DataPathValue... dataPathList)The list of data path values for the data path options.DataPathColor.BuilderDataPathColor.Builder. element(DataPathValue element)The element that the color needs to be applied to.PivotTableFieldCollapseStateTarget.BuilderPivotTableFieldCollapseStateTarget.Builder. fieldDataPathValues(DataPathValue... fieldDataPathValues)The data path of the pivot table's header.DataPathSort.BuilderDataPathSort.Builder. sortPaths(DataPathValue... sortPaths)The list of data paths that need to be sorted.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathValue Modifier and Type Method Description PivotTableDataPathOption.BuilderPivotTableDataPathOption.Builder. dataPathList(Collection<DataPathValue> dataPathList)The list of data path values for the data path options.PivotTableFieldCollapseStateTarget.BuilderPivotTableFieldCollapseStateTarget.Builder. fieldDataPathValues(Collection<DataPathValue> fieldDataPathValues)The data path of the pivot table's header.DataPathSort.BuilderDataPathSort.Builder. sortPaths(Collection<DataPathValue> sortPaths)The list of data paths that need to be sorted.
-