Uses of Class
software.amazon.awssdk.services.appstream.model.Theme
-
Packages that use Theme Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of Theme in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return Theme Modifier and Type Method Description ThemeCreateThemeForStackResponse. theme()The theme object that contains the metadata of the custom branding.ThemeDescribeThemeForStackResponse. theme()The theme object that contains the metadata of the custom branding.ThemeUpdateThemeForStackResponse. theme()The theme object that contains the metadata of the custom branding.Methods in software.amazon.awssdk.services.appstream.model with parameters of type Theme Modifier and Type Method Description CreateThemeForStackResponse.BuilderCreateThemeForStackResponse.Builder. theme(Theme theme)The theme object that contains the metadata of the custom branding.DescribeThemeForStackResponse.BuilderDescribeThemeForStackResponse.Builder. theme(Theme theme)The theme object that contains the metadata of the custom branding.UpdateThemeForStackResponse.BuilderUpdateThemeForStackResponse.Builder. theme(Theme theme)The theme object that contains the metadata of the custom branding.
-