Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequestCreatedEventMetadata
-
Packages that use PullRequestCreatedEventMetadata Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestCreatedEventMetadata in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PullRequestCreatedEventMetadata Modifier and Type Method Description PullRequestCreatedEventMetadataPullRequestEvent. pullRequestCreatedEventMetadata()Information about the source and destination branches for the pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PullRequestCreatedEventMetadata Modifier and Type Method Description PullRequestEvent.BuilderPullRequestEvent.Builder. pullRequestCreatedEventMetadata(PullRequestCreatedEventMetadata pullRequestCreatedEventMetadata)Information about the source and destination branches for the pull request.
-