Uses of Class
software.amazon.awssdk.services.codecommit.model.CreatePullRequestResponse
-
Packages that use CreatePullRequestResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of CreatePullRequestResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return CreatePullRequestResponse 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type CreatePullRequestResponse Modifier and Type Method Description default CompletableFuture<CreatePullRequestResponse>CodeCommitAsyncClient. createPullRequest(Consumer<CreatePullRequestRequest.Builder> createPullRequestRequest)Creates a pull request in the specified repository.default CompletableFuture<CreatePullRequestResponse>CodeCommitAsyncClient. createPullRequest(CreatePullRequestRequest createPullRequestRequest)Creates a pull request in the specified repository.
-