| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.model |
| Modifier and Type | Method and Description |
|---|---|
default ListTemplateVersionsResponse |
QuickSightClient.listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
default CompletableFuture<ListTemplateVersionsResponse> |
QuickSightAsyncClient.listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
default ListTemplateVersionsIterable |
QuickSightClient.listTemplateVersionsPaginator(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
default ListTemplateVersionsPublisher |
QuickSightAsyncClient.listTemplateVersionsPaginator(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.awsAccountId(String awsAccountId)
The ID of the AWS account that contains the templates that you're listing.
|
static ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.builder() |
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.maxResults(Integer maxResults)
The maximum number of results to be returned per request.
|
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.nextToken(String nextToken)
The token for the next set of results, or null if there are no more results.
|
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.Builder.templateId(String templateId)
The ID for the template.
|
ListTemplateVersionsRequest.Builder |
ListTemplateVersionsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListTemplateVersionsRequest.Builder> |
ListTemplateVersionsRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.