| Package | Description |
|---|---|
| com.amazonaws.services.quicksight |
|
| com.amazonaws.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
AmazonQuickSight.listTemplates(ListTemplatesRequest listTemplatesRequest)
Lists all the templates in the current Amazon QuickSight account.
|
ListTemplatesResult |
AmazonQuickSightClient.listTemplates(ListTemplatesRequest request)
Lists all the templates in the current Amazon QuickSight account.
|
ListTemplatesResult |
AbstractAmazonQuickSight.listTemplates(ListTemplatesRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Future<ListTemplatesResult> |
AmazonQuickSightAsyncClient.listTemplatesAsync(ListTemplatesRequest request,
AsyncHandler<ListTemplatesRequest,ListTemplatesResult> asyncHandler) |
Future<ListTemplatesResult> |
AbstractAmazonQuickSightAsync.listTemplatesAsync(ListTemplatesRequest request,
AsyncHandler<ListTemplatesRequest,ListTemplatesResult> asyncHandler) |
Future<ListTemplatesResult> |
AmazonQuickSightAsync.listTemplatesAsync(ListTemplatesRequest listTemplatesRequest,
AsyncHandler<ListTemplatesRequest,ListTemplatesResult> asyncHandler)
Lists all the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplatesResult |
ListTemplatesResult.clone() |
ListTemplatesResult |
ListTemplatesResult.withNextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplatesResult |
ListTemplatesResult.withRequestId(String requestId)
The AWS request ID for this operation.
|
ListTemplatesResult |
ListTemplatesResult.withStatus(Integer status)
The HTTP status of the request.
|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummaryList(Collection<TemplateSummary> templateSummaryList)
A structure containing information about the templates in the list.
|
ListTemplatesResult |
ListTemplatesResult.withTemplateSummaryList(TemplateSummary... templateSummaryList)
A structure containing information about the templates in the list.
|
Copyright © 2021. All rights reserved.