Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequestEvent
-
Packages that use PullRequestEvent Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestEvent in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type PullRequestEvent Modifier and Type Method Description List<PullRequestEvent>DescribePullRequestEventsResponse. pullRequestEvents()Information about the pull request events.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PullRequestEvent Modifier and Type Method Description DescribePullRequestEventsResponse.BuilderDescribePullRequestEventsResponse.Builder. pullRequestEvents(PullRequestEvent... pullRequestEvents)Information about the pull request events.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type PullRequestEvent Modifier and Type Method Description DescribePullRequestEventsResponse.BuilderDescribePullRequestEventsResponse.Builder. pullRequestEvents(Collection<PullRequestEvent> pullRequestEvents)Information about the pull request events.
-