Uses of Class
software.amazon.awssdk.services.quicksight.model.ListThemesResponse
-
Packages that use ListThemesResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.paginators -
-
Uses of ListThemesResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return ListThemesResponse Modifier and Type Method Description default ListThemesResponseQuickSightClient. listThemes(Consumer<ListThemesRequest.Builder> 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.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type ListThemesResponse Modifier and Type Method Description default CompletableFuture<ListThemesResponse>QuickSightAsyncClient. listThemes(Consumer<ListThemesRequest.Builder> listThemesRequest)Lists all the themes in the current Amazon Web Services account.default CompletableFuture<ListThemesResponse>QuickSightAsyncClient. listThemes(ListThemesRequest listThemesRequest)Lists all the themes in the current Amazon Web Services account. -
Uses of ListThemesResponse in software.amazon.awssdk.services.quicksight.paginators
Methods in software.amazon.awssdk.services.quicksight.paginators that return types with arguments of type ListThemesResponse Modifier and Type Method Description Iterator<ListThemesResponse>ListThemesIterable. iterator()Method parameters in software.amazon.awssdk.services.quicksight.paginators with type arguments of type ListThemesResponse Modifier and Type Method Description voidListThemesPublisher. subscribe(org.reactivestreams.Subscriber<? super ListThemesResponse> subscriber)
-