Uses of Class
software.amazon.awssdk.services.codecommit.model.PostCommentReplyRequest
-
Packages that use PostCommentReplyRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of PostCommentReplyRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type PostCommentReplyRequest Modifier and Type Method Description default CompletableFuture<PostCommentReplyResponse>CodeCommitAsyncClient. postCommentReply(PostCommentReplyRequest postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request.default PostCommentReplyResponseCodeCommitClient. postCommentReply(PostCommentReplyRequest postCommentReplyRequest)Posts a comment in reply to an existing comment on a comparison between commits or a pull request. -
Uses of PostCommentReplyRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type PostCommentReplyRequest Modifier and Type Method Description SdkHttpFullRequestPostCommentReplyRequestMarshaller. marshall(PostCommentReplyRequest postCommentReplyRequest)
-