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