Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateThemeAliasResponse
-
Packages that use UpdateThemeAliasResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateThemeAliasResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateThemeAliasResponse Modifier and Type Method Description default UpdateThemeAliasResponseQuickSightClient. updateThemeAlias(Consumer<UpdateThemeAliasRequest.Builder> updateThemeAliasRequest)Updates an alias of a theme.default UpdateThemeAliasResponseQuickSightClient. updateThemeAlias(UpdateThemeAliasRequest updateThemeAliasRequest)Updates an alias of a theme.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateThemeAliasResponse Modifier and Type Method Description default CompletableFuture<UpdateThemeAliasResponse>QuickSightAsyncClient. updateThemeAlias(Consumer<UpdateThemeAliasRequest.Builder> updateThemeAliasRequest)Updates an alias of a theme.default CompletableFuture<UpdateThemeAliasResponse>QuickSightAsyncClient. updateThemeAlias(UpdateThemeAliasRequest updateThemeAliasRequest)Updates an alias of a theme.
-