Uses of Class
software.amazon.awssdk.services.appstream.model.ThemeStyling
-
Packages that use ThemeStyling Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ThemeStyling in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ThemeStyling Modifier and Type Method Description static ThemeStylingThemeStyling. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThemeStylingCreateThemeForStackRequest. themeStyling()The color theme that is applied to website links, text, and buttons.ThemeStylingTheme. themeStyling()The color that is used for the website links, text, buttons, and catalog page background.ThemeStylingUpdateThemeForStackRequest. themeStyling()The color theme that is applied to website links, text, and buttons.static ThemeStylingThemeStyling. valueOf(String name)Returns the enum constant of this type with the specified name.static ThemeStyling[]ThemeStyling. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ThemeStyling Modifier and Type Method Description static Set<ThemeStyling>ThemeStyling. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type ThemeStyling Modifier and Type Method Description CreateThemeForStackRequest.BuilderCreateThemeForStackRequest.Builder. themeStyling(ThemeStyling themeStyling)The color theme that is applied to website links, text, and buttons.Theme.BuilderTheme.Builder. themeStyling(ThemeStyling themeStyling)The color that is used for the website links, text, buttons, and catalog page background.UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. themeStyling(ThemeStyling themeStyling)The color theme that is applied to website links, text, and buttons.
-