Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialHeatmapDataColor
-
Packages that use GeospatialHeatmapDataColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialHeatmapDataColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialHeatmapDataColor Modifier and Type Method Description List<GeospatialHeatmapDataColor>GeospatialHeatmapColorScale. colors()The list of colors to be used in heatmap point style.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialHeatmapDataColor Modifier and Type Method Description GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale.Builder. colors(GeospatialHeatmapDataColor... colors)The list of colors to be used in heatmap point style.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialHeatmapDataColor Modifier and Type Method Description GeospatialHeatmapColorScale.BuilderGeospatialHeatmapColorScale.Builder. colors(Collection<GeospatialHeatmapDataColor> colors)The list of colors to be used in heatmap point style.
-