Uses of Class
software.amazon.awssdk.services.workdocs.model.CreateCommentResponse
-
Packages that use CreateCommentResponse Package Description software.amazon.awssdk.services.workdocs The Amazon WorkDocs API is designed for the following use cases: -
-
Uses of CreateCommentResponse in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs that return CreateCommentResponse Modifier and Type Method Description default CreateCommentResponse
WorkDocsClient. createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.default CreateCommentResponse
WorkDocsClient. createComment(CreateCommentRequest createCommentRequest)
Adds a new comment to the specified document version.Methods in software.amazon.awssdk.services.workdocs that return types with arguments of type CreateCommentResponse Modifier and Type Method Description default CompletableFuture<CreateCommentResponse>
WorkDocsAsyncClient. createComment(Consumer<CreateCommentRequest.Builder> createCommentRequest)
Adds a new comment to the specified document version.default CompletableFuture<CreateCommentResponse>
WorkDocsAsyncClient. createComment(CreateCommentRequest createCommentRequest)
Adds a new comment to the specified document version.
-