Uses of Class
software.amazon.awssdk.services.quicksight.model.DataPathColor
-
Packages that use DataPathColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of DataPathColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DataPathColor Modifier and Type Method Description List<DataPathColor>VisualPalette. colorMap()The color map options for the visual palette.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type DataPathColor Modifier and Type Method Description VisualPalette.BuilderVisualPalette.Builder. colorMap(DataPathColor... colorMap)The color map options for the visual palette.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type DataPathColor Modifier and Type Method Description VisualPalette.BuilderVisualPalette.Builder. colorMap(Collection<DataPathColor> colorMap)The color map options for the visual palette.
-