Uses of Class
software.amazon.awssdk.services.quicksight.model.PivotTableFieldSubtotalOptions
-
Packages that use PivotTableFieldSubtotalOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of PivotTableFieldSubtotalOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type PivotTableFieldSubtotalOptions Modifier and Type Method Description List<PivotTableFieldSubtotalOptions>SubtotalOptions. fieldLevelOptions()The optional configuration of subtotal cells.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type PivotTableFieldSubtotalOptions Modifier and Type Method Description SubtotalOptions.BuilderSubtotalOptions.Builder. fieldLevelOptions(PivotTableFieldSubtotalOptions... fieldLevelOptions)The optional configuration of subtotal cells.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type PivotTableFieldSubtotalOptions Modifier and Type Method Description SubtotalOptions.BuilderSubtotalOptions.Builder. fieldLevelOptions(Collection<PivotTableFieldSubtotalOptions> fieldLevelOptions)The optional configuration of subtotal cells.
-