| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsResult |
AmazonQuickSight.listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
ListTemplateVersionsResult |
AmazonQuickSightClient.listTemplateVersions(ListTemplateVersionsRequest request)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
ListTemplateVersionsResult |
AbstractAmazonQuickSight.listTemplateVersions(ListTemplateVersionsRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTemplateVersionsResult> |
AmazonQuickSightAsyncClient.listTemplateVersionsAsync(ListTemplateVersionsRequest request,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler) |
Future<ListTemplateVersionsResult> |
AbstractAmazonQuickSightAsync.listTemplateVersionsAsync(ListTemplateVersionsRequest request,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler) |
Future<ListTemplateVersionsResult> |
AmazonQuickSightAsync.listTemplateVersionsAsync(ListTemplateVersionsRequest listTemplateVersionsRequest,
AsyncHandler<ListTemplateVersionsRequest,ListTemplateVersionsResult> asyncHandler)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsResult |
ListTemplateVersionsResult.clone() |
ListTemplateVersionsResult |
ListTemplateVersionsResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withStatus(Integer status)
The HTTP status of the request.
|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withTemplateVersionSummaryList(Collection<TemplateVersionSummary> templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
ListTemplateVersionsResult |
ListTemplateVersionsResult.withTemplateVersionSummaryList(TemplateVersionSummary... templateVersionSummaryList)
A structure containing a list of all the versions of the specified template.
|
Copyright © 2021. All rights reserved.