Uses of Class
software.amazon.awssdk.services.codecommit.model.InvalidTitleException
-
Packages that use InvalidTitleException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of InvalidTitleException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw InvalidTitleException Modifier and Type Method Description default CreatePullRequestResponseCodeCommitClient. createPullRequest(Consumer<CreatePullRequestRequest.Builder> createPullRequestRequest)Creates a pull request in the specified repository.default CreatePullRequestResponseCodeCommitClient. createPullRequest(CreatePullRequestRequest createPullRequestRequest)Creates a pull request in the specified repository.default UpdatePullRequestTitleResponseCodeCommitClient. updatePullRequestTitle(Consumer<UpdatePullRequestTitleRequest.Builder> updatePullRequestTitleRequest)Replaces the title of a pull request.default UpdatePullRequestTitleResponseCodeCommitClient. updatePullRequestTitle(UpdatePullRequestTitleRequest updatePullRequestTitleRequest)Replaces the title of a pull request.
-