Uses of Class
com.amazonaws.services.codecommit.model.BranchInfo
-
Packages that use BranchInfo Package Description com.amazonaws.services.codecommit.model -
-
Uses of BranchInfo in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return BranchInfo Modifier and Type Method Description BranchInfoBranchInfo. clone()BranchInfoGetBranchResult. getBranch()The name of the branch.BranchInfoBranchInfo. withBranchName(String branchName)The name of the branch.BranchInfoBranchInfo. withCommitId(String commitId)The ID of the last commit made to the branch.Methods in com.amazonaws.services.codecommit.model with parameters of type BranchInfo Modifier and Type Method Description voidGetBranchResult. setBranch(BranchInfo branch)The name of the branch.GetBranchResultGetBranchResult. withBranch(BranchInfo branch)The name of the branch.
-