Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequestTarget
-
Packages that use PullRequestTarget Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestTarget in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PullRequestTarget Modifier and Type Method Description List<PullRequestTarget>PullRequest. pullRequestTargets()The targets of the pull request, including the source branch and destination branch for the pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PullRequestTarget Modifier and Type Method Description PullRequest.BuilderPullRequest.Builder. pullRequestTargets(PullRequestTarget... pullRequestTargets)The targets of the pull request, including the source branch and destination branch for the pull request.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type PullRequestTarget Modifier and Type Method Description PullRequest.BuilderPullRequest.Builder. pullRequestTargets(Collection<PullRequestTarget> pullRequestTargets)The targets of the pull request, including the source branch and destination branch for the pull request.
-