Uses of Interface
software.amazon.awssdk.services.codecommit.model.DeleteBranchResponse.Builder
-
Packages that use DeleteBranchResponse.Builder Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of DeleteBranchResponse.Builder in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return DeleteBranchResponse.Builder Modifier and Type Method Description static DeleteBranchResponse.BuilderDeleteBranchResponse. builder()default DeleteBranchResponse.BuilderDeleteBranchResponse.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.BuilderDeleteBranchResponse.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.DeleteBranchResponse.BuilderDeleteBranchResponse. toBuilder()Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type DeleteBranchResponse.Builder Modifier and Type Method Description static Class<? extends DeleteBranchResponse.Builder>DeleteBranchResponse. serializableBuilderClass()
-