Uses of Class
software.amazon.awssdk.services.quicksight.model.ListThemeVersionsResponse
-
Packages that use ListThemeVersionsResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListThemeVersionsResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListThemeVersionsResponse Modifier and Type Method Description default ListThemeVersionsResponseQuickSightClient. listThemeVersions(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default ListThemeVersionsResponseQuickSightClient. listThemeVersions(ListThemeVersionsRequest listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListThemeVersionsResponse Modifier and Type Method Description default CompletableFuture<ListThemeVersionsResponse>QuickSightAsyncClient. listThemeVersions(Consumer<ListThemeVersionsRequest.Builder> listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default CompletableFuture<ListThemeVersionsResponse>QuickSightAsyncClient. listThemeVersions(ListThemeVersionsRequest listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account. -
Uses of ListThemeVersionsResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListThemeVersionsResponse Modifier and Type Method Description Iterator<ListThemeVersionsResponse>ListThemeVersionsIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListThemeVersionsResponse Modifier and Type Method Description voidListThemeVersionsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListThemeVersionsResponse> subscriber)
-