Uses of Class
software.amazon.awssdk.services.quicksight.model.ListThemesRequest
-
Packages that use ListThemesRequest 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 ListThemesRequest in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight with parameters of type ListThemesRequest Modifier and Type Method Description default CompletableFuture<ListThemesResponse>QuickSightAsyncClient. listThemes(ListThemesRequest listThemesRequest)Lists all the themes in the current Amazon Web Services account.default ListThemesResponseQuickSightClient. listThemes(ListThemesRequest listThemesRequest)Lists all the themes in the current Amazon Web Services account.default ListThemesPublisherQuickSightAsyncClient. listThemesPaginator(ListThemesRequest listThemesRequest)Lists all the themes in the current Amazon Web Services account.default ListThemesIterableQuickSightClient. listThemesPaginator(ListThemesRequest listThemesRequest)Lists all the themes in the current Amazon Web Services account. -
Uses of ListThemesRequest in software.amazon.awssdk.services.quicksight.paginators
Constructors in software.amazon.awssdk.services.quicksight.paginators with parameters of type ListThemesRequest Constructor Description ListThemesIterable(QuickSightClient client, ListThemesRequest firstRequest)ListThemesPublisher(QuickSightAsyncClient client, ListThemesRequest firstRequest) -
Uses of ListThemesRequest in software.amazon.awssdk.services.quicksight.transform
Methods in software.amazon.awssdk.services.quicksight.transform with parameters of type ListThemesRequest Modifier and Type Method Description SdkHttpFullRequestListThemesRequestMarshaller. marshall(ListThemesRequest listThemesRequest)
-