Uses of Class
software.amazon.awssdk.services.codecommit.model.CreatePullRequestRequest
-
Packages that use CreatePullRequestRequest Package Description software.amazon.awssdk.services.codecommit CodeCommit software.amazon.awssdk.services.codecommit.transform -
-
Uses of CreatePullRequestRequest in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit with parameters of type CreatePullRequestRequest Modifier and Type Method Description default CompletableFuture<CreatePullRequestResponse>CodeCommitAsyncClient. createPullRequest(CreatePullRequestRequest createPullRequestRequest)Creates a pull request in the specified repository.default CreatePullRequestResponseCodeCommitClient. createPullRequest(CreatePullRequestRequest createPullRequestRequest)Creates a pull request in the specified repository. -
Uses of CreatePullRequestRequest in software.amazon.awssdk.services.codecommit.transform
Methods in software.amazon.awssdk.services.codecommit.transform with parameters of type CreatePullRequestRequest Modifier and Type Method Description SdkHttpFullRequestCreatePullRequestRequestMarshaller. marshall(CreatePullRequestRequest createPullRequestRequest)
-