Uses of Class
software.amazon.awssdk.services.quicksight.model.Palette
-
Packages that use Palette Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of Palette in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return Palette Modifier and Type Method Description PaletteBrandColorPalette. accent()The color that is used for accent elements.PaletteNavbarStyle. contextualNavbar()The contextual navigation bar style.PaletteBrandColorPalette. danger()The color that is used for danger elements.PaletteBrandColorPalette. dimension()The color that is used for dimension elements.PaletteNavbarStyle. globalNavbar()The global navigation bar style.PaletteBrandColorPalette. info()The color that is used for info elements.PaletteBrandColorPalette. measure()The color that is used for measure elements.PaletteBrandColorPalette. primary()The primary color.PaletteBrandColorPalette. secondary()The secondary color.PaletteBrandColorPalette. success()The color that is used for success elements.PaletteBrandColorPalette. warning()The color that is used for warning elements.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type Palette Modifier and Type Method Description BrandColorPalette.BuilderBrandColorPalette.Builder. accent(Palette accent)The color that is used for accent elements.NavbarStyle.BuilderNavbarStyle.Builder. contextualNavbar(Palette contextualNavbar)The contextual navigation bar style.BrandColorPalette.BuilderBrandColorPalette.Builder. danger(Palette danger)The color that is used for danger elements.BrandColorPalette.BuilderBrandColorPalette.Builder. dimension(Palette dimension)The color that is used for dimension elements.NavbarStyle.BuilderNavbarStyle.Builder. globalNavbar(Palette globalNavbar)The global navigation bar style.BrandColorPalette.BuilderBrandColorPalette.Builder. info(Palette info)The color that is used for info elements.BrandColorPalette.BuilderBrandColorPalette.Builder. measure(Palette measure)The color that is used for measure elements.BrandColorPalette.BuilderBrandColorPalette.Builder. primary(Palette primary)The primary color.BrandColorPalette.BuilderBrandColorPalette.Builder. secondary(Palette secondary)The secondary color.BrandColorPalette.BuilderBrandColorPalette.Builder. success(Palette success)The color that is used for success elements.BrandColorPalette.BuilderBrandColorPalette.Builder. warning(Palette warning)The color that is used for warning elements.
-