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