Uses of Class
software.amazon.awssdk.services.codecommit.model.DeleteBranchResponse
-
Packages that use DeleteBranchResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of DeleteBranchResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return DeleteBranchResponse 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.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type DeleteBranchResponse Modifier and Type Method Description default CompletableFuture<DeleteBranchResponse>CodeCommitAsyncClient. deleteBranch(Consumer<DeleteBranchRequest.Builder> deleteBranchRequest)Deletes a branch from a repository, unless that branch is the default branch for the repository.default CompletableFuture<DeleteBranchResponse>CodeCommitAsyncClient. deleteBranch(DeleteBranchRequest deleteBranchRequest)Deletes a branch from a repository, unless that branch is the default branch for the repository.
-