| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateAlias |
TemplateAlias.clone() |
TemplateAlias |
CreateTemplateAliasResult.getTemplateAlias()
Information about the template alias.
|
TemplateAlias |
DescribeTemplateAliasResult.getTemplateAlias()
Information about the template alias.
|
TemplateAlias |
UpdateTemplateAliasResult.getTemplateAlias()
The template alias.
|
TemplateAlias |
TemplateAlias.withAliasName(String aliasName)
The display name of the template alias.
|
TemplateAlias |
TemplateAlias.withArn(String arn)
The Amazon Resource Name (ARN) of the template alias.
|
TemplateAlias |
TemplateAlias.withTemplateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateAlias> |
ListTemplateAliasesResult.getTemplateAliasList()
A structure containing the list of the template's aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateTemplateAliasResult.setTemplateAlias(TemplateAlias templateAlias)
Information about the template alias.
|
void |
DescribeTemplateAliasResult.setTemplateAlias(TemplateAlias templateAlias)
Information about the template alias.
|
void |
UpdateTemplateAliasResult.setTemplateAlias(TemplateAlias templateAlias)
The template alias.
|
CreateTemplateAliasResult |
CreateTemplateAliasResult.withTemplateAlias(TemplateAlias templateAlias)
Information about the template alias.
|
DescribeTemplateAliasResult |
DescribeTemplateAliasResult.withTemplateAlias(TemplateAlias templateAlias)
Information about the template alias.
|
UpdateTemplateAliasResult |
UpdateTemplateAliasResult.withTemplateAlias(TemplateAlias templateAlias)
The template alias.
|
ListTemplateAliasesResult |
ListTemplateAliasesResult.withTemplateAliasList(TemplateAlias... templateAliasList)
A structure containing the list of the template's aliases.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateAliasesResult.setTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
|
ListTemplateAliasesResult |
ListTemplateAliasesResult.withTemplateAliasList(Collection<TemplateAlias> templateAliasList)
A structure containing the list of the template's aliases.
|
Copyright © 2022. All rights reserved.