Uses of Class
software.amazon.awssdk.services.quicksight.model.DeleteThemeAliasResponse
-
Packages that use DeleteThemeAliasResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of DeleteThemeAliasResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return DeleteThemeAliasResponse Modifier and Type Method Description default DeleteThemeAliasResponseQuickSightClient. deleteThemeAlias(Consumer<DeleteThemeAliasRequest.Builder> deleteThemeAliasRequest)Deletes the version of the theme that the specified theme alias points to.default DeleteThemeAliasResponseQuickSightClient. deleteThemeAlias(DeleteThemeAliasRequest deleteThemeAliasRequest)Deletes the version of the theme that the specified theme alias points to.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type DeleteThemeAliasResponse Modifier and Type Method Description default CompletableFuture<DeleteThemeAliasResponse>QuickSightAsyncClient. deleteThemeAlias(Consumer<DeleteThemeAliasRequest.Builder> deleteThemeAliasRequest)Deletes the version of the theme that the specified theme alias points to.default CompletableFuture<DeleteThemeAliasResponse>QuickSightAsyncClient. deleteThemeAlias(DeleteThemeAliasRequest deleteThemeAliasRequest)Deletes the version of the theme that the specified theme alias points to.
-