Uses of Class
software.amazon.awssdk.services.appstream.model.ThemeFooterLink
-
Packages that use ThemeFooterLink Package Description software.amazon.awssdk.services.appstream.model -
-
Uses of ThemeFooterLink in software.amazon.awssdk.services.appstream.model
Methods in software.amazon.awssdk.services.appstream.model that return types with arguments of type ThemeFooterLink Modifier and Type Method Description List<ThemeFooterLink>CreateThemeForStackRequest. footerLinks()The links that are displayed in the footer of the streaming application catalog page.List<ThemeFooterLink>UpdateThemeForStackRequest. footerLinks()The links that are displayed in the footer of the streaming application catalog page.List<ThemeFooterLink>Theme. themeFooterLinks()The website links that display in the catalog page footer.Methods in software.amazon.awssdk.services.appstream.model with parameters of type ThemeFooterLink Modifier and Type Method Description CreateThemeForStackRequest.BuilderCreateThemeForStackRequest.Builder. footerLinks(ThemeFooterLink... footerLinks)The links that are displayed in the footer of the streaming application catalog page.UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. footerLinks(ThemeFooterLink... footerLinks)The links that are displayed in the footer of the streaming application catalog page.Theme.BuilderTheme.Builder. themeFooterLinks(ThemeFooterLink... themeFooterLinks)The website links that display in the catalog page footer.Method parameters in software.amazon.awssdk.services.appstream.model with type arguments of type ThemeFooterLink Modifier and Type Method Description CreateThemeForStackRequest.BuilderCreateThemeForStackRequest.Builder. footerLinks(Collection<ThemeFooterLink> footerLinks)The links that are displayed in the footer of the streaming application catalog page.UpdateThemeForStackRequest.BuilderUpdateThemeForStackRequest.Builder. footerLinks(Collection<ThemeFooterLink> footerLinks)The links that are displayed in the footer of the streaming application catalog page.Theme.BuilderTheme.Builder. themeFooterLinks(Collection<ThemeFooterLink> themeFooterLinks)The website links that display in the catalog page footer.
-