Uses of Class
software.amazon.awssdk.services.quicksight.model.ColorScale
-
Packages that use ColorScale Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ColorScale in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ColorScale Modifier and Type Method Description ColorScaleHeatMapConfiguration. colorScale()The color options (gradient color, point of divergence) in a heat map.ColorScaleTreeMapConfiguration. colorScale()The color options (gradient color, point of divergence) of a tree map.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ColorScale Modifier and Type Method Description HeatMapConfiguration.BuilderHeatMapConfiguration.Builder. colorScale(ColorScale colorScale)The color options (gradient color, point of divergence) in a heat map.TreeMapConfiguration.BuilderTreeMapConfiguration.Builder. colorScale(ColorScale colorScale)The color options (gradient color, point of divergence) of a tree map.
-