| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
List<Target> |
CreatePullRequestRequest.targets()
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
| Modifier and Type | Method and Description |
|---|---|
CreatePullRequestRequest.Builder |
CreatePullRequestRequest.Builder.targets(Target... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is
closed (the destination branch).
|
| Modifier and Type | Method and Description |
|---|---|
CreatePullRequestRequest.Builder |
CreatePullRequestRequest.Builder.targets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is
closed (the destination branch).
|
Copyright © 2023. All rights reserved.