Uses of Class
software.amazon.awssdk.services.codecommit.model.PullRequestSourceReferenceUpdatedEventMetadata
-
Packages that use PullRequestSourceReferenceUpdatedEventMetadata Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of PullRequestSourceReferenceUpdatedEventMetadata in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return PullRequestSourceReferenceUpdatedEventMetadata Modifier and Type Method Description PullRequestSourceReferenceUpdatedEventMetadataPullRequestEvent. pullRequestSourceReferenceUpdatedEventMetadata()Information about the updated source branch for the pull request event.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type PullRequestSourceReferenceUpdatedEventMetadata Modifier and Type Method Description PullRequestEvent.BuilderPullRequestEvent.Builder. pullRequestSourceReferenceUpdatedEventMetadata(PullRequestSourceReferenceUpdatedEventMetadata pullRequestSourceReferenceUpdatedEventMetadata)Information about the updated source branch for the pull request event.
-