Uses of Class
software.amazon.awssdk.services.appstream.model.ThemeAttribute
-
Packages that use ThemeAttribute Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ThemeAttribute in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return ThemeAttribute Modifier and Type Method Description static ThemeAttributeThemeAttribute. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ThemeAttributeThemeAttribute. valueOf(String name)Returns the enum constant of this type with the specified name.static ThemeAttribute[]ThemeAttribute. 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 ThemeAttribute Modifier and Type Method Description List<ThemeAttribute>UpdateThemeForStackRequest. attributesToDelete()The attributes to delete.static Set<ThemeAttribute>ThemeAttribute. knownValues()Methods in software.amazon.awssdk.services.appstream.model with parameters of type ThemeAttribute Modifier and Type Method Description UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. attributesToDelete(ThemeAttribute... attributesToDelete)The attributes to delete.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type ThemeAttribute Modifier and Type Method Description UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. attributesToDelete(Collection<ThemeAttribute> attributesToDelete)The attributes to delete.
-