Uses of Class
software.amazon.awssdk.services.quicksight.model.GeospatialCategoricalDataColor
-
Packages that use GeospatialCategoricalDataColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of GeospatialCategoricalDataColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type GeospatialCategoricalDataColor Modifier and Type Method Description List<GeospatialCategoricalDataColor>GeospatialCategoricalColor. categoryDataColors()A list of categorical data colors for each category.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type GeospatialCategoricalDataColor Modifier and Type Method Description GeospatialCategoricalColor.BuilderGeospatialCategoricalColor.Builder. categoryDataColors(GeospatialCategoricalDataColor... categoryDataColors)A list of categorical data colors for each category.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type GeospatialCategoricalDataColor Modifier and Type Method Description GeospatialCategoricalColor.BuilderGeospatialCategoricalColor.Builder. categoryDataColors(Collection<GeospatialCategoricalDataColor> categoryDataColors)A list of categorical data colors for each category.
-