| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
Template |
Template.clone() |
Template |
DescribeTemplateResult.getTemplate()
The template structure for the object you want to describe.
|
Template |
Template.withArn(String arn)
The Amazon Resource Name (ARN) of the template.
|
Template |
Template.withCreatedTime(Date createdTime)
Time when this was created.
|
Template |
Template.withLastUpdatedTime(Date lastUpdatedTime)
Time when this was last updated.
|
Template |
Template.withName(String name)
The display name of the template.
|
Template |
Template.withTemplateId(String templateId)
The ID for the template.
|
Template |
Template.withVersion(TemplateVersion version)
A structure describing the versions of the template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTemplateResult.setTemplate(Template template)
The template structure for the object you want to describe.
|
DescribeTemplateResult |
DescribeTemplateResult.withTemplate(Template template)
The template structure for the object you want to describe.
|
Copyright © 2023. All rights reserved.