Uses of Class
software.amazon.awssdk.services.codecommit.model.GetCommentResponse
-
Packages that use GetCommentResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of GetCommentResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetCommentResponse Modifier and Type Method Description default GetCommentResponseCodeCommitClient. getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository.default GetCommentResponseCodeCommitClient. getComment(GetCommentRequest getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetCommentResponse Modifier and Type Method Description default CompletableFuture<GetCommentResponse>CodeCommitAsyncClient. getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository.default CompletableFuture<GetCommentResponse>CodeCommitAsyncClient. getComment(GetCommentRequest getCommentRequest)Returns the content of a comment made on a change, file, or commit in a repository.
-