Package | Description |
---|---|
com.amazonaws.services.codecommit | |
com.amazonaws.services.codecommit.model | |
com.amazonaws.services.codecommit.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateBranchResult |
AWSCodeCommitClient.createBranch(CreateBranchRequest createBranchRequest)
Creates a new branch in a repository and points the branch to a commit.
|
CreateBranchResult |
AbstractAWSCodeCommit.createBranch(CreateBranchRequest request) |
CreateBranchResult |
AWSCodeCommit.createBranch(CreateBranchRequest createBranchRequest)
Creates a new branch in a repository and points the branch to a commit.
|
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsyncClient.createBranchAsync(CreateBranchRequest request) |
java.util.concurrent.Future<CreateBranchResult> |
AbstractAWSCodeCommitAsync.createBranchAsync(CreateBranchRequest request) |
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsync.createBranchAsync(CreateBranchRequest createBranchRequest)
Creates a new branch in a repository and points the branch to a commit.
|
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsyncClient.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
java.util.concurrent.Future<CreateBranchResult> |
AbstractAWSCodeCommitAsync.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsync.createBranchAsync(CreateBranchRequest createBranchRequest,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
Creates a new branch in a repository and points the branch to a commit.
|
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsyncClient.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
java.util.concurrent.Future<CreateBranchResult> |
AbstractAWSCodeCommitAsync.createBranchAsync(CreateBranchRequest request,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler) |
java.util.concurrent.Future<CreateBranchResult> |
AWSCodeCommitAsync.createBranchAsync(CreateBranchRequest createBranchRequest,
AsyncHandler<CreateBranchRequest,CreateBranchResult> asyncHandler)
Creates a new branch in a repository and points the branch to a commit.
|
Modifier and Type | Method and Description |
---|---|
CreateBranchRequest |
CreateBranchRequest.clone() |
CreateBranchRequest |
CreateBranchRequest.withBranchName(java.lang.String branchName)
The name of the new branch to create.
|
CreateBranchRequest |
CreateBranchRequest.withCommitId(java.lang.String commitId)
The ID of the commit to point the new branch to.
|
CreateBranchRequest |
CreateBranchRequest.withRepositoryName(java.lang.String repositoryName)
The name of the repository in which you want to create the new branch.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateBranchRequest> |
CreateBranchRequestMarshaller.marshall(CreateBranchRequest createBranchRequest) |
Modifier and Type | Method and Description |
---|---|
Request<CreateBranchRequest> |
CreateBranchRequestMarshaller.marshall(CreateBranchRequest createBranchRequest) |