| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ThemeAlias |
ThemeAlias.clone() |
ThemeAlias |
CreateThemeAliasResult.getThemeAlias()
Information about the theme alias.
|
ThemeAlias |
DescribeThemeAliasResult.getThemeAlias()
Information about the theme alias.
|
ThemeAlias |
UpdateThemeAliasResult.getThemeAlias()
Information about the theme alias.
|
ThemeAlias |
ThemeAlias.withAliasName(String aliasName)
The display name of the theme alias.
|
ThemeAlias |
ThemeAlias.withArn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
|
ThemeAlias |
ThemeAlias.withThemeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<ThemeAlias> |
ListThemeAliasesResult.getThemeAliasList()
A structure containing the list of the theme's aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateThemeAliasResult.setThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
void |
DescribeThemeAliasResult.setThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
void |
UpdateThemeAliasResult.setThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
CreateThemeAliasResult |
CreateThemeAliasResult.withThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
DescribeThemeAliasResult |
DescribeThemeAliasResult.withThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
UpdateThemeAliasResult |
UpdateThemeAliasResult.withThemeAlias(ThemeAlias themeAlias)
Information about the theme alias.
|
ListThemeAliasesResult |
ListThemeAliasesResult.withThemeAliasList(ThemeAlias... themeAliasList)
A structure containing the list of the theme's aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListThemeAliasesResult.setThemeAliasList(Collection<ThemeAlias> themeAliasList)
A structure containing the list of the theme's aliases.
|
ListThemeAliasesResult |
ListThemeAliasesResult.withThemeAliasList(Collection<ThemeAlias> themeAliasList)
A structure containing the list of the theme's aliases.
|
Copyright © 2021. All rights reserved.