Uses of Class
software.amazon.awssdk.services.codecommit.model.GetCommentsForPullRequestResponse
-
Packages that use GetCommentsForPullRequestResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.paginators -
-
Uses of GetCommentsForPullRequestResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return GetCommentsForPullRequestResponse Modifier and Type Method Description default GetCommentsForPullRequestResponseCodeCommitClient. getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)Returns comments made on a pull request.default GetCommentsForPullRequestResponseCodeCommitClient. getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type GetCommentsForPullRequestResponse Modifier and Type Method Description default CompletableFuture<GetCommentsForPullRequestResponse>CodeCommitAsyncClient. getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)Returns comments made on a pull request.default CompletableFuture<GetCommentsForPullRequestResponse>CodeCommitAsyncClient. getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request. -
Uses of GetCommentsForPullRequestResponse in software.amazon.awssdk.services.codecommit.paginators
Methods in software.amazon.awssdk.services.codecommit.paginators that return types with arguments of type GetCommentsForPullRequestResponse Modifier and Type Method Description Iterator<GetCommentsForPullRequestResponse>GetCommentsForPullRequestIterable. iterator()Method parameters in software.amazon.awssdk.services.codecommit.paginators with type arguments of type GetCommentsForPullRequestResponse Modifier and Type Method Description voidGetCommentsForPullRequestPublisher. subscribe(org.reactivestreams.Subscriber<? super GetCommentsForPullRequestResponse> subscriber)
-