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