Uses of Class
software.amazon.awssdk.services.quicksight.model.DataColor
-
Packages that use DataColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DataColor Modifier and Type Method Description DataColorColorScale. nullValueColor()Determines the color that is applied to null values.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataColor Modifier and Type Method Description List<DataColor>ColorScale. colors()Determines the list of colors that are applied to the visual.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataColor Modifier and Type Method Description ColorScale.BuilderColorScale.Builder. colors(DataColor... colors)Determines the list of colors that are applied to the visual.ColorScale.BuilderColorScale.Builder. nullValueColor(DataColor nullValueColor)Determines the color that is applied to null values.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataColor Modifier and Type Method Description ColorScale.BuilderColorScale.Builder. colors(Collection<DataColor> colors)Determines the list of colors that are applied to the visual.
-