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