Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotTableDataPathOption
-
Packages that use PivotTableDataPathOption Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableDataPathOption in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotTableDataPathOption Modifier and Type Method Description List<PivotTableDataPathOption>PivotTableFieldOptions. dataPathOptions()The data path options for the pivot table field options.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotTableDataPathOption Modifier and Type Method Description PivotTableFieldOptions.BuilderPivotTableFieldOptions.Builder. dataPathOptions(PivotTableDataPathOption... dataPathOptions)The data path options for the pivot table field options.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PivotTableDataPathOption Modifier and Type Method Description PivotTableFieldOptions.BuilderPivotTableFieldOptions.Builder. dataPathOptions(Collection<PivotTableDataPathOption> dataPathOptions)The data path options for the pivot table field options.
-