Uses of Class
software.amazon.awssdk.services.workdocs.model.DocumentLockedForCommentsException
-
Packages that use DocumentLockedForCommentsException Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of DocumentLockedForCommentsException in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that throw DocumentLockedForCommentsException Modifier and Type Method Description default CreateCommentResponseWorkDocsClient. createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)Adds a new comment to the specified document version.default CreateCommentResponseWorkDocsClient. createComment(CreateCommentRequest createCommentRequest)Adds a new comment to the specified document version.default DeleteCommentResponseWorkDocsClient. deleteComment(Consumer<DeleteCommentRequest.Builder> deleteCommentRequest)Deletes the specified comment from the document version.default DeleteCommentResponseWorkDocsClient. deleteComment(DeleteCommentRequest deleteCommentRequest)Deletes the specified comment from the document version.
-