Uses of Class
software.amazon.awssdk.services.codecommit.model.GetCommentsForPullRequestRequest
-
Packages that use GetCommentsForPullRequestRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.paginators software.amazon.awssdk.services.codecommit.transform -
-
Uses of GetCommentsForPullRequestRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type GetCommentsForPullRequestRequest Modifier and Type Method Description default CompletableFuture<GetCommentsForPullRequestResponse>CodeCommitAsyncClient. getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request.default GetCommentsForPullRequestResponseCodeCommitClient. getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request.default GetCommentsForPullRequestPublisherCodeCommitAsyncClient. getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request.default GetCommentsForPullRequestIterableCodeCommitClient. getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)Returns comments made on a pull request. -
Uses of GetCommentsForPullRequestRequest in software.amazon.awssdk.services.codecommit.paginators
Constructors in software.amazon.awssdk.services.codecommit.paginators with parameters of type GetCommentsForPullRequestRequest Constructor Description GetCommentsForPullRequestIterable(CodeCommitClient client, GetCommentsForPullRequestRequest firstRequest)GetCommentsForPullRequestPublisher(CodeCommitAsyncClient client, GetCommentsForPullRequestRequest firstRequest) -
Uses of GetCommentsForPullRequestRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type GetCommentsForPullRequestRequest Modifier and Type Method Description SdkHttpFullRequestGetCommentsForPullRequestRequestMarshaller. marshall(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
-