| Package | Description |
|---|---|
| software.amazon.awssdk.services.quicksight |
|
| software.amazon.awssdk.services.quicksight.paginators |
| Modifier and Type | Method and Description |
|---|---|
default ListTemplatesResponse |
QuickSightClient.listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
Lists all the templates in the current Amazon QuickSight account.
|
default ListTemplatesResponse |
QuickSightClient.listTemplates(ListTemplatesRequest listTemplatesRequest)
Lists all the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<ListTemplatesResponse> |
QuickSightAsyncClient.listTemplates(Consumer<ListTemplatesRequest.Builder> listTemplatesRequest)
Lists all the templates in the current Amazon QuickSight account.
|
default CompletableFuture<ListTemplatesResponse> |
QuickSightAsyncClient.listTemplates(ListTemplatesRequest listTemplatesRequest)
Lists all the templates in the current Amazon QuickSight account.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<ListTemplatesResponse> |
ListTemplatesIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListTemplatesPublisher.subscribe(org.reactivestreams.Subscriber<? super ListTemplatesResponse> subscriber) |
Copyright © 2023. All rights reserved.