| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static DeleteBranchResponse.Builder |
DeleteBranchResponse.builder() |
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.
|
default DeleteBranchResponse.Builder |
DeleteBranchResponse.Builder.deletedBranch(Consumer<BranchInfo.Builder> deletedBranch)
Information about the branch deleted by the operation, including the branch name and the commit ID that was
the tip of the branch.
|
DeleteBranchResponse.Builder |
DeleteBranchResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteBranchResponse.Builder> |
DeleteBranchResponse.serializableBuilderClass() |
Copyright © 2020. All rights reserved.