Uses of Class
software.amazon.awssdk.services.workdocs.model.CreateCommentRequest
-
Packages that use CreateCommentRequest 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 CreateCommentRequest in software.amazon.awssdk.services.workdocs
Methods in software.amazon.awssdk.services.workdocs with parameters of type CreateCommentRequest Modifier and Type Method Description default CompletableFuture<CreateCommentResponse>
WorkDocsAsyncClient. createComment(CreateCommentRequest 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. -
Uses of CreateCommentRequest in software.amazon.awssdk.services.workdocs.transform
Methods in software.amazon.awssdk.services.workdocs.transform with parameters of type CreateCommentRequest Modifier and Type Method Description SdkHttpFullRequest
CreateCommentRequestMarshaller. marshall(CreateCommentRequest createCommentRequest)
-