| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreatePullRequestResult> |
AbstractAWSCodeCommitAsync.createPullRequestAsync(CreatePullRequestRequest request,
AsyncHandler<CreatePullRequestRequest,CreatePullRequestResult> asyncHandler) |
Future<CreatePullRequestResult> |
AWSCodeCommitAsyncClient.createPullRequestAsync(CreatePullRequestRequest request,
AsyncHandler<CreatePullRequestRequest,CreatePullRequestResult> asyncHandler) |
Future<CreatePullRequestResult> |
AWSCodeCommitAsync.createPullRequestAsync(CreatePullRequestRequest createPullRequestRequest,
AsyncHandler<CreatePullRequestRequest,CreatePullRequestResult> asyncHandler)
Creates a pull request in the specified repository.
|
| Modifier and Type | Method and Description |
|---|---|
CreatePullRequestRequest |
CreatePullRequestRequest.clone() |
CreatePullRequestRequest |
CreatePullRequestRequest.withClientRequestToken(String clientRequestToken)
A unique, client-generated idempotency token that, when provided in a request, ensures the request cannot be
repeated with a changed parameter.
|
CreatePullRequestRequest |
CreatePullRequestRequest.withDescription(String description)
A description of the pull request.
|
CreatePullRequestRequest |
CreatePullRequestRequest.withTargets(Collection<Target> targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
CreatePullRequestRequest |
CreatePullRequestRequest.withTargets(Target... targets)
The targets for the pull request, including the source of the code to be reviewed (the source branch) and the
destination where the creator of the pull request intends the code to be merged after the pull request is closed
(the destination branch).
|
CreatePullRequestRequest |
CreatePullRequestRequest.withTitle(String title)
The title of the pull request.
|
Copyright © 2021. All rights reserved.