Uses of Class
software.amazon.awssdk.services.quicksight.model.RowAlternateColorOptions
-
Packages that use RowAlternateColorOptions Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of RowAlternateColorOptions in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return RowAlternateColorOptions Modifier and Type Method Description RowAlternateColorOptionsPivotTableOptions. rowAlternateColorOptions()The row alternate color options (widget status, row alternate colors).RowAlternateColorOptionsTableOptions. rowAlternateColorOptions()The row alternate color options (widget status, row alternate colors) for a table.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type RowAlternateColorOptions Modifier and Type Method Description PivotTableOptions.BuilderPivotTableOptions.Builder. rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)The row alternate color options (widget status, row alternate colors).TableOptions.BuilderTableOptions.Builder. rowAlternateColorOptions(RowAlternateColorOptions rowAlternateColorOptions)The row alternate color options (widget status, row alternate colors) for a table.
-