Uses of Class
software.amazon.awssdk.services.quicksight.model.ListTemplateVersionsResponse
-
Packages that use ListTemplateVersionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListTemplateVersionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListTemplateVersionsResponse Modifier and Type Method Description default ListTemplateVersionsResponseQuickSightClient. listTemplateVersions(Consumer<ListTemplateVersionsRequest.Builder> listTemplateVersionsRequest)Lists all the versions of the templates in the current Amazon QuickSight account.default ListTemplateVersionsResponseQuickSightClient. listTemplateVersions(ListTemplateVersionsRequest listTemplateVersionsRequest)Lists all the versions of the templates in the current Amazon QuickSight account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListTemplateVersionsResponse Modifier and Type Method 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. -
Uses of ListTemplateVersionsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListTemplateVersionsResponse Modifier and Type Method Description Iterator<ListTemplateVersionsResponse>ListTemplateVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListTemplateVersionsResponse Modifier and Type Method Description voidListTemplateVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListTemplateVersionsResponse> subscriber)
-