Uses of Class
software.amazon.awssdk.services.codecommit.model.UpdateDefaultBranchResponse
-
Packages that use UpdateDefaultBranchResponse Package Description software.amazon.awssdk.services.codecommit CodeCommit -
-
Uses of UpdateDefaultBranchResponse in software.amazon.awssdk.services.codecommit
Methods in software.amazon.awssdk.services.codecommit that return UpdateDefaultBranchResponse Modifier and Type Method Description default UpdateDefaultBranchResponseCodeCommitClient. updateDefaultBranch(Consumer<UpdateDefaultBranchRequest.Builder> updateDefaultBranchRequest)Sets or changes the default branch name for the specified repository.default UpdateDefaultBranchResponseCodeCommitClient. updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)Sets or changes the default branch name for the specified repository.Methods in software.amazon.awssdk.services.codecommit that return types with arguments of type UpdateDefaultBranchResponse Modifier and Type Method Description default CompletableFuture<UpdateDefaultBranchResponse>CodeCommitAsyncClient. updateDefaultBranch(Consumer<UpdateDefaultBranchRequest.Builder> updateDefaultBranchRequest)Sets or changes the default branch name for the specified repository.default CompletableFuture<UpdateDefaultBranchResponse>CodeCommitAsyncClient. updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)Sets or changes the default branch name for the specified repository.
-