Uses of Class
software.amazon.awssdk.services.codecommit.model.Location
-
Packages that use Location Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Location in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return Location Modifier and Type Method Description LocationCommentsForComparedCommit. location()Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.LocationCommentsForPullRequest. location()Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).LocationPostCommentForComparedCommitRequest. location()The location of the comparison where you want to comment.LocationPostCommentForComparedCommitResponse. location()The location of the comment in the comparison between the two commits.LocationPostCommentForPullRequestRequest. location()The location of the change where you want to post your comment.LocationPostCommentForPullRequestResponse. location()The location of the change where you posted your comment.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Location Modifier and Type Method Description CommentsForComparedCommit.BuilderCommentsForComparedCommit.Builder. location(Location location)Location information about the comment on the comparison, including the file name, line number, and whether the version of the file where the comment was made is BEFORE or AFTER.CommentsForPullRequest.BuilderCommentsForPullRequest.Builder. location(Location location)Location information about the comment on the pull request, including the file name, line number, and whether the version of the file where the comment was made is BEFORE (destination branch) or AFTER (source branch).PostCommentForComparedCommitRequest.BuilderPostCommentForComparedCommitRequest.Builder. location(Location location)The location of the comparison where you want to comment.PostCommentForComparedCommitResponse.BuilderPostCommentForComparedCommitResponse.Builder. location(Location location)The location of the comment in the comparison between the two commits.PostCommentForPullRequestRequest.BuilderPostCommentForPullRequestRequest.Builder. location(Location location)The location of the change where you want to post your comment.PostCommentForPullRequestResponse.BuilderPostCommentForPullRequestResponse.Builder. location(Location location)The location of the change where you posted your comment.
-