Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequest
-
Packages that use PullRequest Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequest in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PullRequest Modifier and Type Method Description PullRequestCreatePullRequestResponse. pullRequest()Information about the newly created pull request.PullRequestGetPullRequestResponse. pullRequest()Information about the specified pull request.PullRequestMergePullRequestByFastForwardResponse. pullRequest()Information about the specified pull request, including the merge.PullRequestMergePullRequestBySquashResponse. pullRequest()Returns the value of the PullRequest property for this object.PullRequestMergePullRequestByThreeWayResponse. pullRequest()Returns the value of the PullRequest property for this object.PullRequestUpdatePullRequestDescriptionResponse. pullRequest()Information about the updated pull request.PullRequestUpdatePullRequestStatusResponse. pullRequest()Information about the pull request.PullRequestUpdatePullRequestTitleResponse. pullRequest()Information about the updated pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PullRequest Modifier and Type Method Description CreatePullRequestResponse.BuilderCreatePullRequestResponse.Builder. pullRequest(PullRequest pullRequest)Information about the newly created pull request.GetPullRequestResponse.BuilderGetPullRequestResponse.Builder. pullRequest(PullRequest pullRequest)Information about the specified pull request.MergePullRequestByFastForwardResponse.BuilderMergePullRequestByFastForwardResponse.Builder. pullRequest(PullRequest pullRequest)Information about the specified pull request, including the merge.MergePullRequestBySquashResponse.BuilderMergePullRequestBySquashResponse.Builder. pullRequest(PullRequest pullRequest)Sets the value of the PullRequest property for this object.MergePullRequestByThreeWayResponse.BuilderMergePullRequestByThreeWayResponse.Builder. pullRequest(PullRequest pullRequest)Sets the value of the PullRequest property for this object.UpdatePullRequestDescriptionResponse.BuilderUpdatePullRequestDescriptionResponse.Builder. pullRequest(PullRequest pullRequest)Information about the updated pull request.UpdatePullRequestStatusResponse.BuilderUpdatePullRequestStatusResponse.Builder. pullRequest(PullRequest pullRequest)Information about the pull request.UpdatePullRequestTitleResponse.BuilderUpdatePullRequestTitleResponse.Builder. pullRequest(PullRequest pullRequest)Information about the updated pull request.
-