Uses of Class
software.amazon.awssdk.services.codecommit.model.BranchNameExistsException
-
Packages that use BranchNameExistsException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of BranchNameExistsException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw BranchNameExistsException Modifier and Type Method Description default CreateBranchResponseCodeCommitClient. createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)Creates a branch in a repository and points the branch to a commit.default CreateBranchResponseCodeCommitClient. createBranch(CreateBranchRequest createBranchRequest)Creates a branch in a repository and points the branch to a commit.
-