Uses of Class
software.amazon.awssdk.services.quicksight.model.TableStyleTarget
-
Packages that use TableStyleTarget Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of TableStyleTarget in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type TableStyleTarget Modifier and Type Method Description List<TableStyleTarget>SubtotalOptions. styleTargets()The style targets options for subtotals.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type TableStyleTarget Modifier and Type Method Description SubtotalOptions.BuilderSubtotalOptions.Builder. styleTargets(TableStyleTarget... styleTargets)The style targets options for subtotals.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type TableStyleTarget Modifier and Type Method Description SubtotalOptions.BuilderSubtotalOptions.Builder. styleTargets(Collection<TableStyleTarget> styleTargets)The style targets options for subtotals.
-