Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdatePullRequestDescriptionResponse
-
Packages that use UpdatePullRequestDescriptionResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of UpdatePullRequestDescriptionResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return UpdatePullRequestDescriptionResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type UpdatePullRequestDescriptionResponse Modifier and Type Method Description default CompletableFuture<UpdatePullRequestDescriptionResponse>CodeCommitAsyncClient. updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request.default CompletableFuture<UpdatePullRequestDescriptionResponse>CodeCommitAsyncClient. updatePullRequestDescription(UpdatePullRequestDescriptionRequest updatePullRequestDescriptionRequest)Replaces the contents of the description of a pull request.
-