Uses of Class
software.amazon.awssdk.services.codecommit.model.DefaultBranchCannotBeDeletedException
-
Packages that use DefaultBranchCannotBeDeletedException Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of DefaultBranchCannotBeDeletedException in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that throw DefaultBranchCannotBeDeletedException Modifier and Type Method Description default DeleteBranchResponseCodeCommitClient. deleteBranch(Consumer<DeleteBranchRequest.Builder> deleteBranchRequest)Deletes a branch from a repository, unless that branch is the default branch for the repository.default DeleteBranchResponseCodeCommitClient. deleteBranch(DeleteBranchRequest deleteBranchRequest)Deletes a branch from a repository, unless that branch is the default branch for the repository.
-