Uses of Class
software.amazon.awssdk.services.codecommit.model.CreateBranchResponse
-
Packages that use CreateBranchResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of CreateBranchResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return CreateBranchResponse Modifier and Type Method Description default CreateBranchResponseCodeCommitClient. createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)Creates a branch in a repository and points the branch to a commit.default CreateBranchResponseCodeCommitClient. createBranch(CreateBranchRequest createBranchRequest)Creates a branch in a repository and points the branch to a commit.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type CreateBranchResponse Modifier and Type Method Description default CompletableFuture<CreateBranchResponse>CodeCommitAsyncClient. createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)Creates a branch in a repository and points the branch to a commit.default CompletableFuture<CreateBranchResponse>CodeCommitAsyncClient. createBranch(CreateBranchRequest createBranchRequest)Creates a branch in a repository and points the branch to a commit.
-