Uses of Class
software.amazon.awssdk.services.quicksight.model.ThemeConfiguration
-
Packages that use ThemeConfiguration Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of ThemeConfiguration in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ThemeConfiguration Modifier and Type Method Description ThemeConfigurationCreateThemeRequest. configuration()The theme configuration, which contains the theme display properties.ThemeConfigurationThemeVersion. configuration()The theme configuration, which contains all the theme display properties.ThemeConfigurationUpdateThemeRequest. configuration()The theme configuration, which contains the theme display properties.Methods in software.amazon.awssdk.services.quicksight.model with parameters of type ThemeConfiguration Modifier and Type Method Description CreateThemeRequest.BuilderCreateThemeRequest.Builder. configuration(ThemeConfiguration configuration)The theme configuration, which contains the theme display properties.ThemeVersion.BuilderThemeVersion.Builder. configuration(ThemeConfiguration configuration)The theme configuration, which contains all the theme display properties.UpdateThemeRequest.BuilderUpdateThemeRequest.Builder. configuration(ThemeConfiguration configuration)The theme configuration, which contains the theme display properties.
-