Uses of Class
com.amazonaws.services.codecommit.model.UpdateDefaultBranchResult
Packages that use UpdateDefaultBranchResult
-
Uses of UpdateDefaultBranchResult in com.amazonaws.services.codecommit
Methods in com.amazonaws.services.codecommit that return UpdateDefaultBranchResultModifier and TypeMethodDescriptionAbstractAWSCodeCommit.updateDefaultBranch(UpdateDefaultBranchRequest request) AWSCodeCommit.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest) Sets or changes the default branch name for the specified repository.AWSCodeCommitClient.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest) Sets or changes the default branch name for the specified repository.Methods in com.amazonaws.services.codecommit that return types with arguments of type UpdateDefaultBranchResultModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request) AbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest) Sets or changes the default branch name for the specified repository.AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) Sets or changes the default branch name for the specified repository.AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request) AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) Method parameters in com.amazonaws.services.codecommit with type arguments of type UpdateDefaultBranchResultModifier and TypeMethodDescriptionAbstractAWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest request, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) AWSCodeCommitAsync.updateDefaultBranchAsync(UpdateDefaultBranchRequest updateDefaultBranchRequest, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) Sets or changes the default branch name for the specified repository.AWSCodeCommitAsyncClient.updateDefaultBranchAsync(UpdateDefaultBranchRequest request, AsyncHandler<UpdateDefaultBranchRequest, UpdateDefaultBranchResult> asyncHandler) -
Uses of UpdateDefaultBranchResult in com.amazonaws.services.codecommit.model
Methods in com.amazonaws.services.codecommit.model that return UpdateDefaultBranchResult