| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| 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 |
|---|---|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.clone() |
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withAwsAccountId(String awsAccountId)
The ID of the AWS account that contains the templates that you're listing.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withMaxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateVersionsRequest |
ListTemplateVersionsRequest.withTemplateId(String templateId)
The ID for the template.
|
Copyright © 2021. All rights reserved.