Uses of Class
software.amazon.awssdk.services.codecommit.model.GetCommentRequest
-
Packages that use GetCommentRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of GetCommentRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type GetCommentRequest Modifier and Type Method Description default CompletableFuture<GetCommentResponse>CodeCommitAsyncClient. getComment(GetCommentRequest 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. -
Uses of GetCommentRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type GetCommentRequest Modifier and Type Method Description SdkHttpFullRequestGetCommentRequestMarshaller. marshall(GetCommentRequest getCommentRequest)
-