| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model | |
| com.amazonaws.services.codecommit.model.transform |
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
BranchInfo.clone() |
BranchInfo |
GetBranchResult.getBranch()
The name 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.
|
GetBranchResult |
GetBranchResult.withBranch(BranchInfo branch)
The name of the branch.
|
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
BranchInfoJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
BranchInfoMarshaller.marshall(BranchInfo branchInfo,
ProtocolMarshaller protocolMarshaller)
Marshall the given parameter object.
|
Copyright © 2017. All rights reserved.