| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
BranchInfo.clone() |
BranchInfo |
GetBranchResult.getBranch()
The name of the branch.
|
BranchInfo |
DeleteBranchResult.getDeletedBranch()
Information about the branch deleted by the operation, including the branch name and the commit ID that was the
tip of the branch.
|
BranchInfo |
BranchInfo.withBranchName(String branchName)
The name of the branch.
|
BranchInfo |
BranchInfo.withCommitId(String commitId)
The ID of the last commit made to the branch.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBranchResult.setBranch(BranchInfo branch)
The name of the branch.
|
void |
DeleteBranchResult.setDeletedBranch(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.
|
GetBranchResult |
GetBranchResult.withBranch(BranchInfo branch)
The name of the branch.
|
DeleteBranchResult |
DeleteBranchResult.withDeletedBranch(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.
|
Copyright © 2021. All rights reserved.