| Package | Description |
|---|---|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
TemplateVersionSummary |
TemplateVersionSummary.clone() |
TemplateVersionSummary |
TemplateVersionSummary.withArn(String arn)
The Amazon Resource Name (ARN) of the template version.
|
TemplateVersionSummary |
TemplateVersionSummary.withCreatedTime(Date createdTime)
The time that this template version was created.
|
TemplateVersionSummary |
TemplateVersionSummary.withDescription(String description)
The description of the template version.
|
TemplateVersionSummary |
TemplateVersionSummary.withStatus(ResourceStatus status)
The status of the template version.
|
TemplateVersionSummary |
TemplateVersionSummary.withStatus(String status)
The status of the template version.
|
TemplateVersionSummary |
TemplateVersionSummary.withVersionNumber(Long versionNumber)
The version number of the template version.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateVersionSummary> |
ListTemplateVersionsResult.getTemplateVersionSummaryList()
A structure containing a list of all the versions of the specified template.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withTemplateVersionSummaryList(TemplateVersionSummary... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateVersionsResult.setTemplateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withTemplateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
Copyright © 2024. All rights reserved.