Uses of Class
software.amazon.awssdk.services.workdocs.model.UpdateFolderResponse
-
Packages that use UpdateFolderResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of UpdateFolderResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return UpdateFolderResponse Modifier and Type Method Description default UpdateFolderResponseWorkDocsClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the specified attributes of the specified folder.default UpdateFolderResponseWorkDocsClient. updateFolder(UpdateFolderRequest updateFolderRequest)Updates the specified attributes of the specified folder.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type UpdateFolderResponse Modifier and Type Method Description default CompletableFuture<UpdateFolderResponse>WorkDocsAsyncClient. updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)Updates the specified attributes of the specified folder.default CompletableFuture<UpdateFolderResponse>WorkDocsAsyncClient. updateFolder(UpdateFolderRequest updateFolderRequest)Updates the specified attributes of the specified folder.
-