Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTemplatesResponse
-
Packages that use ListTemplatesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListTemplatesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListTemplatesResponse Modifier and Type Method Description default ListTemplatesResponseQuickSightClient. listTemplates(Consumer<ListTemplatesRequest.Builder> 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.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListTemplatesResponse Modifier and Type Method 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. -
Uses of ListTemplatesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListTemplatesResponse Modifier and Type Method Description Iterator<ListTemplatesResponse>ListTemplatesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListTemplatesResponse Modifier and Type Method Description voidListTemplatesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplatesResponse> subscriber)
-