Uses of Class
com.amazonaws.services.codecommit.model.CreateBranchRequest
Packages that use CreateBranchRequest
-
Uses of CreateBranchRequest in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit with parameters of type CreateBranchRequestModifier and TypeMethodDescriptionAbstractAWSCodeCommit.createBranch
(CreateBranchRequest request) AWSCodeCommit.createBranch
(CreateBranchRequest createBranchRequest) Creates a new branch in a repository and points the branch to a commit.AWSCodeCommitClient.createBranch
(CreateBranchRequest createBranchRequest) Creates a new branch in a repository and points the branch to a commit.AbstractAWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest request) AbstractAWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest request, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) AWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest createBranchRequest) Creates a new branch in a repository and points the branch to a commit.AWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest createBranchRequest, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) Creates a new branch in a repository and points the branch to a commit.AWSCodeCommitAsyncClient.createBranchAsync
(CreateBranchRequest request) AWSCodeCommitAsyncClient.createBranchAsync
(CreateBranchRequest request, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) Method parameters in com.amazonaws.services.codecommit with type arguments of type CreateBranchRequestModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest request, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) AWSCodeCommitAsync.createBranchAsync
(CreateBranchRequest createBranchRequest, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) Creates a new branch in a repository and points the branch to a commit.AWSCodeCommitAsyncClient.createBranchAsync
(CreateBranchRequest request, AsyncHandler<CreateBranchRequest, CreateBranchResult> asyncHandler) -
Uses of CreateBranchRequest in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return CreateBranchRequestModifier and TypeMethodDescriptionCreateBranchRequest.clone()
CreateBranchRequest.withBranchName
(String branchName) The name of the new branch to create.CreateBranchRequest.withCommitId
(String commitId) The ID of the commit to point the new branch to.CreateBranchRequest.withRepositoryName
(String repositoryName) The name of the repository in which you want to create the new branch.