Package | Description |
---|---|
com.amazonaws.services.quicksight.model |
Modifier and Type | Method and Description |
---|---|
ThemeConfiguration |
ThemeConfiguration.clone() |
ThemeConfiguration |
CreateThemeRequest.getConfiguration()
The theme configuration, which contains the theme display properties.
|
ThemeConfiguration |
UpdateThemeRequest.getConfiguration()
The theme configuration, which contains the theme display properties.
|
ThemeConfiguration |
ThemeVersion.getConfiguration()
The theme configuration, which contains all the theme display properties.
|
ThemeConfiguration |
ThemeConfiguration.withDataColorPalette(DataColorPalette dataColorPalette)
Color properties that apply to chart data colors.
|
ThemeConfiguration |
ThemeConfiguration.withSheet(SheetStyle sheet)
Display options related to sheets.
|
ThemeConfiguration |
ThemeConfiguration.withUIColorPalette(UIColorPalette uIColorPalette)
Color properties that apply to the UI and to charts, excluding the colors that apply to data.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateThemeRequest.setConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
void |
UpdateThemeRequest.setConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
void |
ThemeVersion.setConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
|
CreateThemeRequest |
CreateThemeRequest.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
UpdateThemeRequest |
UpdateThemeRequest.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains the theme display properties.
|
ThemeVersion |
ThemeVersion.withConfiguration(ThemeConfiguration configuration)
The theme configuration, which contains all the theme display properties.
|
Copyright © 2021. All rights reserved.