Uses of Class
software.amazon.awssdk.services.codecommit.model.BranchInfo
-
Packages that use BranchInfo Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of BranchInfo in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return BranchInfo Modifier and Type Method Description BranchInfoGetBranchResponse. branch()The name of the branch.BranchInfoDeleteBranchResponse. deletedBranch()Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type BranchInfo Modifier and Type Method Description GetBranchResponse.BuilderGetBranchResponse.Builder. branch(BranchInfo branch)The name of the branch.DeleteBranchResponse.BuilderDeleteBranchResponse.Builder. deletedBranch(BranchInfo deletedBranch)Information about the branch deleted by the operation, including the branch name and the commit ID that was the tip of the branch.
-