Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateTemplateAliasResponse
-
Packages that use UpdateTemplateAliasResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateTemplateAliasResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateTemplateAliasResponse Modifier and Type Method Description default UpdateTemplateAliasResponseQuickSightClient. updateTemplateAlias(Consumer<UpdateTemplateAliasRequest.Builder> updateTemplateAliasRequest)Updates the template alias of a template.default UpdateTemplateAliasResponseQuickSightClient. updateTemplateAlias(UpdateTemplateAliasRequest updateTemplateAliasRequest)Updates the template alias of a template.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateTemplateAliasResponse Modifier and Type Method Description default CompletableFuture<UpdateTemplateAliasResponse>QuickSightAsyncClient. updateTemplateAlias(Consumer<UpdateTemplateAliasRequest.Builder> updateTemplateAliasRequest)Updates the template alias of a template.default CompletableFuture<UpdateTemplateAliasResponse>QuickSightAsyncClient. updateTemplateAlias(UpdateTemplateAliasRequest updateTemplateAliasRequest)Updates the template alias of a template.
-