| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<PullRequestTarget> |
PullRequest.pullRequestTargets()
The targets of the pull request, including the source branch and destination branch for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequest.Builder |
PullRequest.Builder.pullRequestTargets(PullRequestTarget... pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
PullRequest.Builder |
PullRequest.Builder.pullRequestTargets(Collection<PullRequestTarget> pullRequestTargets)
The targets of the pull request, including the source branch and destination branch for the pull request.
|
Copyright © 2021. All rights reserved.