Uses of Class
software.amazon.awssdk.services.quicksight.model.UpdateFolderResponse
-
Packages that use UpdateFolderResponse Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference -
-
Uses of UpdateFolderResponse in software.amazon.awssdk.services.quicksight
Methods in software.amazon.awssdk.services.quicksight that return UpdateFolderResponse Modifier and Type Method Description default UpdateFolderResponseQuickSightClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the name of a folder.default UpdateFolderResponseQuickSightClient. updateFolder(UpdateFolderRequest updateFolderRequest)Updates the name of a folder.Methods in software.amazon.awssdk.services.quicksight that return types with arguments of type UpdateFolderResponse Modifier and Type Method Description default CompletableFuture<UpdateFolderResponse>QuickSightAsyncClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the name of a folder.default CompletableFuture<UpdateFolderResponse>QuickSightAsyncClient. updateFolder(UpdateFolderRequest updateFolderRequest)Updates the name of a folder.
-