Uses of Class
com.amazonaws.services.codecommit.model.BranchInfo
Packages that use BranchInfo
-
Uses of BranchInfo in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return BranchInfoModifier and TypeMethodDescriptionBranchInfo.clone()
GetBranchResult.getBranch()
The name of the branch.BranchInfo.withBranchName
(String branchName) The name of the branch.BranchInfo.withCommitId
(String commitId) The ID of the last commit made to the branch.Methods in com.amazonaws.services.codecommit.model with parameters of type BranchInfoModifier and TypeMethodDescriptionvoid
GetBranchResult.setBranch
(BranchInfo branch) The name of the branch.GetBranchResult.withBranch
(BranchInfo branch) The name of the branch.