| Package | Description |
|---|---|
| software.amazon.awssdk.services.workdocs |
The WorkDocs API is designed for the following use cases:
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFolderResponse |
WorkDocsClient.createFolder(Consumer<CreateFolderRequest.Builder> createFolderRequest)
Creates a folder with the specified name and parent folder.
|
default CreateFolderResponse |
WorkDocsClient.createFolder(CreateFolderRequest createFolderRequest)
Creates a folder with the specified name and parent folder.
|
default UpdateDocumentResponse |
WorkDocsClient.updateDocument(Consumer<UpdateDocumentRequest.Builder> updateDocumentRequest)
Updates the specified attributes of a document.
|
default UpdateDocumentResponse |
WorkDocsClient.updateDocument(UpdateDocumentRequest updateDocumentRequest)
Updates the specified attributes of a document.
|
default UpdateFolderResponse |
WorkDocsClient.updateFolder(Consumer<UpdateFolderRequest.Builder> updateFolderRequest)
Updates the specified attributes of the specified folder.
|
default UpdateFolderResponse |
WorkDocsClient.updateFolder(UpdateFolderRequest updateFolderRequest)
Updates the specified attributes of the specified folder.
|
Copyright © 2021. All rights reserved.