Uses of Class
software.amazon.awssdk.services.codecommit.model.InvalidDescriptionException
-
Packages that use InvalidDescriptionException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of InvalidDescriptionException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw InvalidDescriptionException 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 UpdatePullRequestDescriptionResponseCodeCommitClient. updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request.default UpdatePullRequestDescriptionResponseCodeCommitClient. updatePullRequestDescription(UpdatePullRequestDescriptionRequest updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request.
-