Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTemplatesRequest
-
Packages that use ListTemplatesRequest Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators software.amazon.awssdk.services.quicksight.transform -
-
Uses of ListTemplatesRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListTemplatesRequest Modifier and Type Method Description default CompletableFuture<ListTemplatesResponse>QuickSightAsyncClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists all the templates in the current Amazon QuickSight account.default ListTemplatesResponseQuickSightClient. listTemplates(ListTemplatesRequest listTemplatesRequest)Lists all the templates in the current Amazon QuickSight account.default ListTemplatesPublisherQuickSightAsyncClient. listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)Lists all the templates in the current Amazon QuickSight account.default ListTemplatesIterableQuickSightClient. listTemplatesPaginator(ListTemplatesRequest listTemplatesRequest)Lists all the templates in the current Amazon QuickSight account. -
Uses of ListTemplatesRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListTemplatesRequest Constructor Description ListTemplatesIterable(QuickSightClient client, ListTemplatesRequest firstRequest)ListTemplatesPublisher(QuickSightAsyncClient client, ListTemplatesRequest firstRequest) -
Uses of ListTemplatesRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListTemplatesRequest Modifier and Type Method Description SdkHttpFullRequestListTemplatesRequestMarshaller. marshall(ListTemplatesRequest listTemplatesRequest)
-