Uses of Class
software.amazon.awssdk.services.appstream.model.ThemeState
-
Packages that use ThemeState Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ThemeState in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ThemeState Modifier and Type Method Description static ThemeStateThemeState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ThemeStateTheme. state()The state of the theme.ThemeStateUpdateThemeForStackRequest. state()Specifies whether custom branding should be applied to catalog page or not.static ThemeStateThemeState. valueOf(String name)Returns the enum constant of this type with the specified name.static ThemeState[]ThemeState. 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 ThemeState Modifier and Type Method Description static Set<ThemeState>ThemeState. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type ThemeState Modifier and Type Method Description Theme.BuilderTheme.Builder. state(ThemeState state)The state of the theme.UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. state(ThemeState state)Specifies whether custom branding should be applied to catalog page or not.
-