Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateThemeResponse
-
Packages that use UpdateThemeResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateThemeResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateThemeResponse Modifier and Type Method Description default UpdateThemeResponseQuickSightClient. updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)Updates a theme.default UpdateThemeResponseQuickSightClient. updateTheme(UpdateThemeRequest updateThemeRequest)Updates a theme.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateThemeResponse Modifier and Type Method Description default CompletableFuture<UpdateThemeResponse>QuickSightAsyncClient. updateTheme(Consumer<UpdateThemeRequest.Builder> updateThemeRequest)Updates a theme.default CompletableFuture<UpdateThemeResponse>QuickSightAsyncClient. updateTheme(UpdateThemeRequest updateThemeRequest)Updates a theme.
-