Uses of Class
software.amazon.awssdk.services.quicksight.model.ConditionalFormattingColor
-
Packages that use ConditionalFormattingColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ConditionalFormattingColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ConditionalFormattingColor Modifier and Type Method Description ConditionalFormattingColorShapeConditionalFormat. backgroundColor()The conditional formatting for the shape background color of a filled map visual.ConditionalFormattingColorTableRowConditionalFormatting. backgroundColor()The conditional formatting color (solid, gradient) of the background for a table row.ConditionalFormattingColorTextConditionalFormat. backgroundColor()The conditional formatting for the text background color.ConditionalFormattingColorGaugeChartArcConditionalFormatting. foregroundColor()The conditional formatting of the arc foreground color.ConditionalFormattingColorKPIProgressBarConditionalFormatting. foregroundColor()The conditional formatting of the progress bar's foreground color.ConditionalFormattingColorGaugeChartPrimaryValueConditionalFormatting. textColor()The conditional formatting of the primary value text color.ConditionalFormattingColorKPIActualValueConditionalFormatting. textColor()The conditional formatting of the actual value's text color.ConditionalFormattingColorKPIComparisonValueConditionalFormatting. textColor()The conditional formatting of the comparison value's text color.ConditionalFormattingColorKPIPrimaryValueConditionalFormatting. textColor()The conditional formatting of the primary value's text color.ConditionalFormattingColorTableRowConditionalFormatting. textColor()The conditional formatting color (solid, gradient) of the text for a table row.ConditionalFormattingColorTextConditionalFormat. textColor()The conditional formatting for the text color.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ConditionalFormattingColor Modifier and Type Method Description ShapeConditionalFormat.BuilderShapeConditionalFormat.Builder. backgroundColor(ConditionalFormattingColor backgroundColor)The conditional formatting for the shape background color of a filled map visual.TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. backgroundColor(ConditionalFormattingColor backgroundColor)The conditional formatting color (solid, gradient) of the background for a table row.TextConditionalFormat.BuilderTextConditionalFormat.Builder. backgroundColor(ConditionalFormattingColor backgroundColor)The conditional formatting for the text background color.GaugeChartArcConditionalFormatting.BuilderGaugeChartArcConditionalFormatting.Builder. foregroundColor(ConditionalFormattingColor foregroundColor)The conditional formatting of the arc foreground color.KPIProgressBarConditionalFormatting.BuilderKPIProgressBarConditionalFormatting.Builder. foregroundColor(ConditionalFormattingColor foregroundColor)The conditional formatting of the progress bar's foreground color.GaugeChartPrimaryValueConditionalFormatting.BuilderGaugeChartPrimaryValueConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting of the primary value text color.KPIActualValueConditionalFormatting.BuilderKPIActualValueConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting of the actual value's text color.KPIComparisonValueConditionalFormatting.BuilderKPIComparisonValueConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting of the comparison value's text color.KPIPrimaryValueConditionalFormatting.BuilderKPIPrimaryValueConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting of the primary value's text color.TableRowConditionalFormatting.BuilderTableRowConditionalFormatting.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting color (solid, gradient) of the text for a table row.TextConditionalFormat.BuilderTextConditionalFormat.Builder. textColor(ConditionalFormattingColor textColor)The conditional formatting for the text color.
-