Uses of Class
software.amazon.awssdk.services.quicksight.model.ListThemeVersionsRequest
-
Packages that use ListThemeVersionsRequest 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 ListThemeVersionsRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListThemeVersionsRequest Modifier and Type Method Description default CompletableFuture<ListThemeVersionsResponse>QuickSightAsyncClient. listThemeVersions(ListThemeVersionsRequest 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.default ListThemeVersionsPublisherQuickSightAsyncClient. listThemeVersionsPaginator(ListThemeVersionsRequest listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account.default ListThemeVersionsIterableQuickSightClient. listThemeVersionsPaginator(ListThemeVersionsRequest listThemeVersionsRequest)Lists all the versions of the themes in the current Amazon Web Services account. -
Uses of ListThemeVersionsRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListThemeVersionsRequest Constructor Description ListThemeVersionsIterable(QuickSightClient client, ListThemeVersionsRequest firstRequest)ListThemeVersionsPublisher(QuickSightAsyncClient client, ListThemeVersionsRequest firstRequest) -
Uses of ListThemeVersionsRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListThemeVersionsRequest Modifier and Type Method Description SdkHttpFullRequestListThemeVersionsRequestMarshaller. marshall(ListThemeVersionsRequest listThemeVersionsRequest)
-