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.
|
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 |
---|---|
CreateBranchResult |
CreateBranchResult.clone() |
Copyright © 2018. All rights reserved.