| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| 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 ListTemplateVersionsResponse |
QuickSightClient.listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTemplateVersionsResponse> |
QuickSightAsyncClient.listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
default CompletableFuture<ListTemplateVersionsResponse> |
QuickSightAsyncClient.listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)
Lists all the versions of the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTemplateVersionsResponse> |
ListTemplateVersionsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplateVersionsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTemplateVersionsResponse> subscriber) |
Copyright © 2020. All rights reserved.