Uses of Class
software.amazon.awssdk.services.quicksight.model.CustomColor
-
Packages that use CustomColor Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CustomColor in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CustomColor Modifier and Type Method Description List<CustomColor>ColorsConfiguration. customColors()A list of up to 50 custom colors.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type CustomColor Modifier and Type Method Description ColorsConfiguration.BuilderColorsConfiguration.Builder. customColors(CustomColor... customColors)A list of up to 50 custom colors.Method parameters in software.amazon.awssdk.services.quicksight.model with type arguments of type CustomColor Modifier and Type Method Description ColorsConfiguration.BuilderColorsConfiguration.Builder. customColors(Collection<CustomColor> customColors)A list of up to 50 custom colors.
-