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