Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdateCommentResponse
-
Packages that use UpdateCommentResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of UpdateCommentResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return UpdateCommentResponse Modifier and Type Method Description default UpdateCommentResponseCodeCommitClient. updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)Replaces the contents of a comment.default UpdateCommentResponseCodeCommitClient. updateComment(UpdateCommentRequest updateCommentRequest)Replaces the contents of a comment.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type UpdateCommentResponse Modifier and Type Method Description default CompletableFuture<UpdateCommentResponse>CodeCommitAsyncClient. updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)Replaces the contents of a comment.default CompletableFuture<UpdateCommentResponse>CodeCommitAsyncClient. updateComment(UpdateCommentRequest updateCommentRequest)Replaces the contents of a comment.
-