| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
BranchInfo |
GetBranchResponse.branch()
The name of the branch.
|
BranchInfo |
DeleteBranchResponse.deletedBranch()
Information about the branch deleted by the operation, including the branch name and the commit ID that was the
tip of the branch.
|
| Modifier and Type | Method and Description |
|---|---|
GetBranchResponse.Builder |
GetBranchResponse.Builder.branch(BranchInfo branch)
The name of the branch.
|
DeleteBranchResponse.Builder |
DeleteBranchResponse.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.
|
Copyright © 2022. All rights reserved.