| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateSummary |
TemplateSummary.clone() |
TemplateSummary |
TemplateSummary.withArn(String arn)
A summary of a template.
|
TemplateSummary |
TemplateSummary.withCreatedTime(Date createdTime)
The last time that this template was created.
|
TemplateSummary |
TemplateSummary.withLastUpdatedTime(Date lastUpdatedTime)
The last time that this template was updated.
|
TemplateSummary |
TemplateSummary.withLatestVersionNumber(Long latestVersionNumber)
A structure containing a list of version numbers for the template summary.
|
TemplateSummary |
TemplateSummary.withName(String name)
A display name for the template.
|
TemplateSummary |
TemplateSummary.withTemplateId(String templateId)
The ID of the template.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateSummary> |
ListTemplatesResult.getTemplateSummaryList()
A structure containing information about the templates in the list.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummaryList(TemplateSummary... templateSummaryList)
A structure containing information about the templates in the list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatesResult.setTemplateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
|
Copyright © 2023. All rights reserved.