Uses of Class
software.amazon.awssdk.services.codecommit.model.Target
-
Packages that use Target Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Target in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Target Modifier and Type Method 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).Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Target Modifier and Type Method Description CreatePullRequestRequest.BuilderCreatePullRequestRequest.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).Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Target Modifier and Type Method Description CreatePullRequestRequest.BuilderCreatePullRequestRequest.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).
-