| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit |
|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
default AssociateApprovalRuleTemplateWithRepositoryResponse |
CodeCommitClient.associateApprovalRuleTemplateWithRepository(AssociateApprovalRuleTemplateWithRepositoryRequest associateApprovalRuleTemplateWithRepositoryRequest)
Creates an association between an approval rule template and a specified repository.
|
default AssociateApprovalRuleTemplateWithRepositoryResponse |
CodeCommitClient.associateApprovalRuleTemplateWithRepository(Consumer<AssociateApprovalRuleTemplateWithRepositoryRequest.Builder> associateApprovalRuleTemplateWithRepositoryRequest)
Creates an association between an approval rule template and a specified repository.
|
default BatchAssociateApprovalRuleTemplateWithRepositoriesResponse |
CodeCommitClient.batchAssociateApprovalRuleTemplateWithRepositories(BatchAssociateApprovalRuleTemplateWithRepositoriesRequest batchAssociateApprovalRuleTemplateWithRepositoriesRequest)
Creates an association between an approval rule template and one or more specified repositories.
|
default BatchAssociateApprovalRuleTemplateWithRepositoriesResponse |
CodeCommitClient.batchAssociateApprovalRuleTemplateWithRepositories(Consumer<BatchAssociateApprovalRuleTemplateWithRepositoriesRequest.Builder> batchAssociateApprovalRuleTemplateWithRepositoriesRequest)
Creates an association between an approval rule template and one or more specified repositories.
|
default BatchDescribeMergeConflictsResponse |
CodeCommitClient.batchDescribeMergeConflicts(BatchDescribeMergeConflictsRequest batchDescribeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default BatchDescribeMergeConflictsResponse |
CodeCommitClient.batchDescribeMergeConflicts(Consumer<BatchDescribeMergeConflictsRequest.Builder> batchDescribeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse |
CodeCommitClient.batchDisassociateApprovalRuleTemplateFromRepositories(BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest batchDisassociateApprovalRuleTemplateFromRepositoriesRequest)
Removes the association between an approval rule template and one or more specified repositories.
|
default BatchDisassociateApprovalRuleTemplateFromRepositoriesResponse |
CodeCommitClient.batchDisassociateApprovalRuleTemplateFromRepositories(Consumer<BatchDisassociateApprovalRuleTemplateFromRepositoriesRequest.Builder> batchDisassociateApprovalRuleTemplateFromRepositoriesRequest)
Removes the association between an approval rule template and one or more specified repositories.
|
default BatchGetCommitsResponse |
CodeCommitClient.batchGetCommits(BatchGetCommitsRequest batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
default BatchGetCommitsResponse |
CodeCommitClient.batchGetCommits(Consumer<BatchGetCommitsRequest.Builder> batchGetCommitsRequest)
Returns information about the contents of one or more commits in a repository.
|
default BatchGetRepositoriesResponse |
CodeCommitClient.batchGetRepositories(BatchGetRepositoriesRequest batchGetRepositoriesRequest)
Returns information about one or more repositories.
|
default BatchGetRepositoriesResponse |
CodeCommitClient.batchGetRepositories(Consumer<BatchGetRepositoriesRequest.Builder> batchGetRepositoriesRequest)
Returns information about one or more repositories.
|
default CreateApprovalRuleTemplateResponse |
CodeCommitClient.createApprovalRuleTemplate(Consumer<CreateApprovalRuleTemplateRequest.Builder> createApprovalRuleTemplateRequest)
Creates a template for approval rules that can then be associated with one or more repositories in your AWS
account.
|
default CreateApprovalRuleTemplateResponse |
CodeCommitClient.createApprovalRuleTemplate(CreateApprovalRuleTemplateRequest createApprovalRuleTemplateRequest)
Creates a template for approval rules that can then be associated with one or more repositories in your AWS
account.
|
default CreateBranchResponse |
CodeCommitClient.createBranch(Consumer<CreateBranchRequest.Builder> createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
default CreateBranchResponse |
CodeCommitClient.createBranch(CreateBranchRequest createBranchRequest)
Creates a branch in a repository and points the branch to a commit.
|
default CreateCommitResponse |
CodeCommitClient.createCommit(Consumer<CreateCommitRequest.Builder> createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
default CreateCommitResponse |
CodeCommitClient.createCommit(CreateCommitRequest createCommitRequest)
Creates a commit for a repository on the tip of a specified branch.
|
default CreatePullRequestResponse |
CodeCommitClient.createPullRequest(Consumer<CreatePullRequestRequest.Builder> createPullRequestRequest)
Creates a pull request in the specified repository.
|
default CreatePullRequestResponse |
CodeCommitClient.createPullRequest(CreatePullRequestRequest createPullRequestRequest)
Creates a pull request in the specified repository.
|
default CreatePullRequestApprovalRuleResponse |
CodeCommitClient.createPullRequestApprovalRule(Consumer<CreatePullRequestApprovalRuleRequest.Builder> createPullRequestApprovalRuleRequest)
Creates an approval rule for a pull request.
|
default CreatePullRequestApprovalRuleResponse |
CodeCommitClient.createPullRequestApprovalRule(CreatePullRequestApprovalRuleRequest createPullRequestApprovalRuleRequest)
Creates an approval rule for a pull request.
|
default CreateRepositoryResponse |
CodeCommitClient.createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a new, empty repository.
|
default CreateRepositoryResponse |
CodeCommitClient.createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a new, empty repository.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(Consumer<CreateUnreferencedMergeCommitRequest.Builder> createUnreferencedMergeCommitRequest)
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default CreateUnreferencedMergeCommitResponse |
CodeCommitClient.createUnreferencedMergeCommit(CreateUnreferencedMergeCommitRequest createUnreferencedMergeCommitRequest)
Creates an unreferenced commit that represents the result of merging two branches using a specified merge
strategy.
|
default DeleteApprovalRuleTemplateResponse |
CodeCommitClient.deleteApprovalRuleTemplate(Consumer<DeleteApprovalRuleTemplateRequest.Builder> deleteApprovalRuleTemplateRequest)
Deletes a specified approval rule template.
|
default DeleteApprovalRuleTemplateResponse |
CodeCommitClient.deleteApprovalRuleTemplate(DeleteApprovalRuleTemplateRequest deleteApprovalRuleTemplateRequest)
Deletes a specified approval rule template.
|
default DeleteBranchResponse |
CodeCommitClient.deleteBranch(Consumer<DeleteBranchRequest.Builder> deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
default DeleteBranchResponse |
CodeCommitClient.deleteBranch(DeleteBranchRequest deleteBranchRequest)
Deletes a branch from a repository, unless that branch is the default branch for the repository.
|
default DeleteCommentContentResponse |
CodeCommitClient.deleteCommentContent(Consumer<DeleteCommentContentRequest.Builder> deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
default DeleteCommentContentResponse |
CodeCommitClient.deleteCommentContent(DeleteCommentContentRequest deleteCommentContentRequest)
Deletes the content of a comment made on a change, file, or commit in a repository.
|
default DeleteFileResponse |
CodeCommitClient.deleteFile(Consumer<DeleteFileRequest.Builder> deleteFileRequest)
Deletes a specified file from a specified branch.
|
default DeleteFileResponse |
CodeCommitClient.deleteFile(DeleteFileRequest deleteFileRequest)
Deletes a specified file from a specified branch.
|
default DeletePullRequestApprovalRuleResponse |
CodeCommitClient.deletePullRequestApprovalRule(Consumer<DeletePullRequestApprovalRuleRequest.Builder> deletePullRequestApprovalRuleRequest)
Deletes an approval rule from a specified pull request.
|
default DeletePullRequestApprovalRuleResponse |
CodeCommitClient.deletePullRequestApprovalRule(DeletePullRequestApprovalRuleRequest deletePullRequestApprovalRuleRequest)
Deletes an approval rule from a specified pull request.
|
default DeleteRepositoryResponse |
CodeCommitClient.deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)
Deletes a repository.
|
default DeleteRepositoryResponse |
CodeCommitClient.deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)
Deletes a repository.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsResponse |
CodeCommitClient.describeMergeConflicts(DescribeMergeConflictsRequest describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(Consumer<DescribeMergeConflictsRequest.Builder> describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribeMergeConflictsIterable |
CodeCommitClient.describeMergeConflictsPaginator(DescribeMergeConflictsRequest describeMergeConflictsRequest)
Returns information about one or more merge conflicts in the attempted merge of two commit specifiers using the
squash or three-way merge strategy.
|
default DescribePullRequestEventsResponse |
CodeCommitClient.describePullRequestEvents(Consumer<DescribePullRequestEventsRequest.Builder> describePullRequestEventsRequest)
Returns information about one or more pull request events.
|
default DescribePullRequestEventsResponse |
CodeCommitClient.describePullRequestEvents(DescribePullRequestEventsRequest describePullRequestEventsRequest)
Returns information about one or more pull request events.
|
default DescribePullRequestEventsIterable |
CodeCommitClient.describePullRequestEventsPaginator(Consumer<DescribePullRequestEventsRequest.Builder> describePullRequestEventsRequest)
Returns information about one or more pull request events.
|
default DescribePullRequestEventsIterable |
CodeCommitClient.describePullRequestEventsPaginator(DescribePullRequestEventsRequest describePullRequestEventsRequest)
Returns information about one or more pull request events.
|
default DisassociateApprovalRuleTemplateFromRepositoryResponse |
CodeCommitClient.disassociateApprovalRuleTemplateFromRepository(Consumer<DisassociateApprovalRuleTemplateFromRepositoryRequest.Builder> disassociateApprovalRuleTemplateFromRepositoryRequest)
Removes the association between a template and a repository so that approval rules based on the template are not
automatically created when pull requests are created in the specified repository.
|
default DisassociateApprovalRuleTemplateFromRepositoryResponse |
CodeCommitClient.disassociateApprovalRuleTemplateFromRepository(DisassociateApprovalRuleTemplateFromRepositoryRequest disassociateApprovalRuleTemplateFromRepositoryRequest)
Removes the association between a template and a repository so that approval rules based on the template are not
automatically created when pull requests are created in the specified repository.
|
default EvaluatePullRequestApprovalRulesResponse |
CodeCommitClient.evaluatePullRequestApprovalRules(Consumer<EvaluatePullRequestApprovalRulesRequest.Builder> evaluatePullRequestApprovalRulesRequest)
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
|
default EvaluatePullRequestApprovalRulesResponse |
CodeCommitClient.evaluatePullRequestApprovalRules(EvaluatePullRequestApprovalRulesRequest evaluatePullRequestApprovalRulesRequest)
Evaluates whether a pull request has met all the conditions specified in its associated approval rules.
|
default GetApprovalRuleTemplateResponse |
CodeCommitClient.getApprovalRuleTemplate(Consumer<GetApprovalRuleTemplateRequest.Builder> getApprovalRuleTemplateRequest)
Returns information about a specified approval rule template.
|
default GetApprovalRuleTemplateResponse |
CodeCommitClient.getApprovalRuleTemplate(GetApprovalRuleTemplateRequest getApprovalRuleTemplateRequest)
Returns information about a specified approval rule template.
|
default GetBlobResponse |
CodeCommitClient.getBlob(Consumer<GetBlobRequest.Builder> getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
default GetBlobResponse |
CodeCommitClient.getBlob(GetBlobRequest getBlobRequest)
Returns the base-64 encoded content of an individual blob in a repository.
|
default GetBranchResponse |
CodeCommitClient.getBranch(Consumer<GetBranchRequest.Builder> getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
default GetBranchResponse |
CodeCommitClient.getBranch(GetBranchRequest getBranchRequest)
Returns information about a repository branch, including its name and the last commit ID.
|
default GetCommentResponse |
CodeCommitClient.getComment(Consumer<GetCommentRequest.Builder> getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
default GetCommentResponse |
CodeCommitClient.getComment(GetCommentRequest getCommentRequest)
Returns the content of a comment made on a change, file, or commit in a repository.
|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsResponse |
CodeCommitClient.getCommentReactions(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsIterable |
CodeCommitClient.getCommentReactionsPaginator(Consumer<GetCommentReactionsRequest.Builder> getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentReactionsIterable |
CodeCommitClient.getCommentReactionsPaginator(GetCommentReactionsRequest getCommentReactionsRequest)
Returns information about reactions to a specified comment ID.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitResponse |
CodeCommitClient.getCommentsForComparedCommit(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(Consumer<GetCommentsForComparedCommitRequest.Builder> getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForComparedCommitIterable |
CodeCommitClient.getCommentsForComparedCommitPaginator(GetCommentsForComparedCommitRequest getCommentsForComparedCommitRequest)
Returns information about comments made on the comparison between two commits.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestResponse |
CodeCommitClient.getCommentsForPullRequest(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(Consumer<GetCommentsForPullRequestRequest.Builder> getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommentsForPullRequestIterable |
CodeCommitClient.getCommentsForPullRequestPaginator(GetCommentsForPullRequestRequest getCommentsForPullRequestRequest)
Returns comments made on a pull request.
|
default GetCommitResponse |
CodeCommitClient.getCommit(Consumer<GetCommitRequest.Builder> getCommitRequest)
Returns information about a commit, including commit message and committer information.
|
default GetCommitResponse |
CodeCommitClient.getCommit(GetCommitRequest getCommitRequest)
Returns information about a commit, including commit message and committer information.
|
default GetDifferencesResponse |
CodeCommitClient.getDifferences(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesResponse |
CodeCommitClient.getDifferences(GetDifferencesRequest getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(Consumer<GetDifferencesRequest.Builder> getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetDifferencesIterable |
CodeCommitClient.getDifferencesPaginator(GetDifferencesRequest getDifferencesRequest)
Returns information about the differences in a valid commit specifier (such as a branch, tag, HEAD, commit ID, or
other fully qualified reference).
|
default GetFileResponse |
CodeCommitClient.getFile(Consumer<GetFileRequest.Builder> getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFileResponse |
CodeCommitClient.getFile(GetFileRequest getFileRequest)
Returns the base-64 encoded contents of a specified file and its metadata.
|
default GetFolderResponse |
CodeCommitClient.getFolder(Consumer<GetFolderRequest.Builder> getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default GetFolderResponse |
CodeCommitClient.getFolder(GetFolderRequest getFolderRequest)
Returns the contents of a specified folder in a repository.
|
default GetMergeCommitResponse |
CodeCommitClient.getMergeCommit(Consumer<GetMergeCommitRequest.Builder> getMergeCommitRequest)
Returns information about a specified merge commit.
|
default GetMergeCommitResponse |
CodeCommitClient.getMergeCommit(GetMergeCommitRequest getMergeCommitRequest)
Returns information about a specified merge commit.
|
default GetMergeConflictsResponse |
CodeCommitClient.getMergeConflicts(Consumer<GetMergeConflictsRequest.Builder> getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsResponse |
CodeCommitClient.getMergeConflicts(GetMergeConflictsRequest getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsIterable |
CodeCommitClient.getMergeConflictsPaginator(Consumer<GetMergeConflictsRequest.Builder> getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeConflictsIterable |
CodeCommitClient.getMergeConflictsPaginator(GetMergeConflictsRequest getMergeConflictsRequest)
Returns information about merge conflicts between the before and after commit IDs for a pull request in a
repository.
|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(Consumer<GetMergeOptionsRequest.Builder> getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default GetMergeOptionsResponse |
CodeCommitClient.getMergeOptions(GetMergeOptionsRequest getMergeOptionsRequest)
Returns information about the merge options available for merging two specified branches.
|
default GetPullRequestResponse |
CodeCommitClient.getPullRequest(Consumer<GetPullRequestRequest.Builder> getPullRequestRequest)
Gets information about a pull request in a specified repository.
|
default GetPullRequestResponse |
CodeCommitClient.getPullRequest(GetPullRequestRequest getPullRequestRequest)
Gets information about a pull request in a specified repository.
|
default GetPullRequestApprovalStatesResponse |
CodeCommitClient.getPullRequestApprovalStates(Consumer<GetPullRequestApprovalStatesRequest.Builder> getPullRequestApprovalStatesRequest)
Gets information about the approval states for a specified pull request.
|
default GetPullRequestApprovalStatesResponse |
CodeCommitClient.getPullRequestApprovalStates(GetPullRequestApprovalStatesRequest getPullRequestApprovalStatesRequest)
Gets information about the approval states for a specified pull request.
|
default GetPullRequestOverrideStateResponse |
CodeCommitClient.getPullRequestOverrideState(Consumer<GetPullRequestOverrideStateRequest.Builder> getPullRequestOverrideStateRequest)
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so,
the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
default GetPullRequestOverrideStateResponse |
CodeCommitClient.getPullRequestOverrideState(GetPullRequestOverrideStateRequest getPullRequestOverrideStateRequest)
Returns information about whether approval rules have been set aside (overridden) for a pull request, and if so,
the Amazon Resource Name (ARN) of the user or identity that overrode the rules and their requirements for the
pull request.
|
default GetRepositoryResponse |
CodeCommitClient.getRepository(Consumer<GetRepositoryRequest.Builder> getRepositoryRequest)
Returns information about a repository.
|
default GetRepositoryResponse |
CodeCommitClient.getRepository(GetRepositoryRequest getRepositoryRequest)
Returns information about a repository.
|
default GetRepositoryTriggersResponse |
CodeCommitClient.getRepositoryTriggers(Consumer<GetRepositoryTriggersRequest.Builder> getRepositoryTriggersRequest)
Gets information about triggers configured for a repository.
|
default GetRepositoryTriggersResponse |
CodeCommitClient.getRepositoryTriggers(GetRepositoryTriggersRequest getRepositoryTriggersRequest)
Gets information about triggers configured for a repository.
|
default ListApprovalRuleTemplatesResponse |
CodeCommitClient.listApprovalRuleTemplates(Consumer<ListApprovalRuleTemplatesRequest.Builder> listApprovalRuleTemplatesRequest)
Lists all approval rule templates in the specified AWS Region in your AWS account.
|
default ListApprovalRuleTemplatesResponse |
CodeCommitClient.listApprovalRuleTemplates(ListApprovalRuleTemplatesRequest listApprovalRuleTemplatesRequest)
Lists all approval rule templates in the specified AWS Region in your AWS account.
|
default ListApprovalRuleTemplatesIterable |
CodeCommitClient.listApprovalRuleTemplatesPaginator(Consumer<ListApprovalRuleTemplatesRequest.Builder> listApprovalRuleTemplatesRequest)
Lists all approval rule templates in the specified AWS Region in your AWS account.
|
default ListApprovalRuleTemplatesIterable |
CodeCommitClient.listApprovalRuleTemplatesPaginator(ListApprovalRuleTemplatesRequest listApprovalRuleTemplatesRequest)
Lists all approval rule templates in the specified AWS Region in your AWS account.
|
default ListAssociatedApprovalRuleTemplatesForRepositoryResponse |
CodeCommitClient.listAssociatedApprovalRuleTemplatesForRepository(Consumer<ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder> listAssociatedApprovalRuleTemplatesForRepositoryRequest)
Lists all approval rule templates that are associated with a specified repository.
|
default ListAssociatedApprovalRuleTemplatesForRepositoryResponse |
CodeCommitClient.listAssociatedApprovalRuleTemplatesForRepository(ListAssociatedApprovalRuleTemplatesForRepositoryRequest listAssociatedApprovalRuleTemplatesForRepositoryRequest)
Lists all approval rule templates that are associated with a specified repository.
|
default ListAssociatedApprovalRuleTemplatesForRepositoryIterable |
CodeCommitClient.listAssociatedApprovalRuleTemplatesForRepositoryPaginator(Consumer<ListAssociatedApprovalRuleTemplatesForRepositoryRequest.Builder> listAssociatedApprovalRuleTemplatesForRepositoryRequest)
Lists all approval rule templates that are associated with a specified repository.
|
default ListAssociatedApprovalRuleTemplatesForRepositoryIterable |
CodeCommitClient.listAssociatedApprovalRuleTemplatesForRepositoryPaginator(ListAssociatedApprovalRuleTemplatesForRepositoryRequest listAssociatedApprovalRuleTemplatesForRepositoryRequest)
Lists all approval rule templates that are associated with a specified repository.
|
default ListBranchesResponse |
CodeCommitClient.listBranches(Consumer<ListBranchesRequest.Builder> listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesResponse |
CodeCommitClient.listBranches(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesIterable |
CodeCommitClient.listBranchesPaginator(Consumer<ListBranchesRequest.Builder> listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListBranchesIterable |
CodeCommitClient.listBranchesPaginator(ListBranchesRequest listBranchesRequest)
Gets information about one or more branches in a repository.
|
default ListPullRequestsResponse |
CodeCommitClient.listPullRequests(Consumer<ListPullRequestsRequest.Builder> listPullRequestsRequest)
Returns a list of pull requests for a specified repository.
|
default ListPullRequestsResponse |
CodeCommitClient.listPullRequests(ListPullRequestsRequest listPullRequestsRequest)
Returns a list of pull requests for a specified repository.
|
default ListPullRequestsIterable |
CodeCommitClient.listPullRequestsPaginator(Consumer<ListPullRequestsRequest.Builder> listPullRequestsRequest)
Returns a list of pull requests for a specified repository.
|
default ListPullRequestsIterable |
CodeCommitClient.listPullRequestsPaginator(ListPullRequestsRequest listPullRequestsRequest)
Returns a list of pull requests for a specified repository.
|
default ListRepositoriesResponse |
CodeCommitClient.listRepositories()
Gets information about one or more repositories.
|
default ListRepositoriesResponse |
CodeCommitClient.listRepositories(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)
Gets information about one or more repositories.
|
default ListRepositoriesResponse |
CodeCommitClient.listRepositories(ListRepositoriesRequest listRepositoriesRequest)
Gets information about one or more repositories.
|
default ListRepositoriesForApprovalRuleTemplateResponse |
CodeCommitClient.listRepositoriesForApprovalRuleTemplate(Consumer<ListRepositoriesForApprovalRuleTemplateRequest.Builder> listRepositoriesForApprovalRuleTemplateRequest)
Lists all repositories associated with the specified approval rule template.
|
default ListRepositoriesForApprovalRuleTemplateResponse |
CodeCommitClient.listRepositoriesForApprovalRuleTemplate(ListRepositoriesForApprovalRuleTemplateRequest listRepositoriesForApprovalRuleTemplateRequest)
Lists all repositories associated with the specified approval rule template.
|
default ListRepositoriesForApprovalRuleTemplateIterable |
CodeCommitClient.listRepositoriesForApprovalRuleTemplatePaginator(Consumer<ListRepositoriesForApprovalRuleTemplateRequest.Builder> listRepositoriesForApprovalRuleTemplateRequest)
Lists all repositories associated with the specified approval rule template.
|
default ListRepositoriesForApprovalRuleTemplateIterable |
CodeCommitClient.listRepositoriesForApprovalRuleTemplatePaginator(ListRepositoriesForApprovalRuleTemplateRequest listRepositoriesForApprovalRuleTemplateRequest)
Lists all repositories associated with the specified approval rule template.
|
default ListRepositoriesIterable |
CodeCommitClient.listRepositoriesPaginator()
Gets information about one or more repositories.
|
default ListRepositoriesIterable |
CodeCommitClient.listRepositoriesPaginator(Consumer<ListRepositoriesRequest.Builder> listRepositoriesRequest)
Gets information about one or more repositories.
|
default ListRepositoriesIterable |
CodeCommitClient.listRepositoriesPaginator(ListRepositoriesRequest listRepositoriesRequest)
Gets information about one or more repositories.
|
default ListTagsForResourceResponse |
CodeCommitClient.listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
|
default ListTagsForResourceResponse |
CodeCommitClient.listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest)
Gets information about AWS tags for a specified Amazon Resource Name (ARN) in AWS CodeCommit.
|
default MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(Consumer<MergeBranchesByFastForwardRequest.Builder> mergeBranchesByFastForwardRequest)
Merges two branches using the fast-forward merge strategy.
|
default MergeBranchesByFastForwardResponse |
CodeCommitClient.mergeBranchesByFastForward(MergeBranchesByFastForwardRequest mergeBranchesByFastForwardRequest)
Merges two branches using the fast-forward merge strategy.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(Consumer<MergeBranchesBySquashRequest.Builder> mergeBranchesBySquashRequest)
Merges two branches using the squash merge strategy.
|
default MergeBranchesBySquashResponse |
CodeCommitClient.mergeBranchesBySquash(MergeBranchesBySquashRequest mergeBranchesBySquashRequest)
Merges two branches using the squash merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(Consumer<MergeBranchesByThreeWayRequest.Builder> mergeBranchesByThreeWayRequest)
Merges two specified branches using the three-way merge strategy.
|
default MergeBranchesByThreeWayResponse |
CodeCommitClient.mergeBranchesByThreeWay(MergeBranchesByThreeWayRequest mergeBranchesByThreeWayRequest)
Merges two specified branches using the three-way merge strategy.
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(Consumer<MergePullRequestByFastForwardRequest.Builder> mergePullRequestByFastForwardRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestByFastForwardResponse |
CodeCommitClient.mergePullRequestByFastForward(MergePullRequestByFastForwardRequest mergePullRequestByFastForwardRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the fast-forward merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(Consumer<MergePullRequestBySquashRequest.Builder> mergePullRequestBySquashRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestBySquashResponse |
CodeCommitClient.mergePullRequestBySquash(MergePullRequestBySquashRequest mergePullRequestBySquashRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the squash merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(Consumer<MergePullRequestByThreeWayRequest.Builder> mergePullRequestByThreeWayRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
default MergePullRequestByThreeWayResponse |
CodeCommitClient.mergePullRequestByThreeWay(MergePullRequestByThreeWayRequest mergePullRequestByThreeWayRequest)
Attempts to merge the source commit of a pull request into the specified destination branch for that pull request
at the specified commit using the three-way merge strategy.
|
default OverridePullRequestApprovalRulesResponse |
CodeCommitClient.overridePullRequestApprovalRules(Consumer<OverridePullRequestApprovalRulesRequest.Builder> overridePullRequestApprovalRulesRequest)
Sets aside (overrides) all approval rule requirements for a specified pull request.
|
default OverridePullRequestApprovalRulesResponse |
CodeCommitClient.overridePullRequestApprovalRules(OverridePullRequestApprovalRulesRequest overridePullRequestApprovalRulesRequest)
Sets aside (overrides) all approval rule requirements for a specified pull request.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(Consumer<PostCommentForComparedCommitRequest.Builder> postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default PostCommentForComparedCommitResponse |
CodeCommitClient.postCommentForComparedCommit(PostCommentForComparedCommitRequest postCommentForComparedCommitRequest)
Posts a comment on the comparison between two commits.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(Consumer<PostCommentForPullRequestRequest.Builder> postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
default PostCommentForPullRequestResponse |
CodeCommitClient.postCommentForPullRequest(PostCommentForPullRequestRequest postCommentForPullRequestRequest)
Posts a comment on a pull request.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(Consumer<PostCommentReplyRequest.Builder> postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default PostCommentReplyResponse |
CodeCommitClient.postCommentReply(PostCommentReplyRequest postCommentReplyRequest)
Posts a comment in reply to an existing comment on a comparison between commits or a pull request.
|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(Consumer<PutCommentReactionRequest.Builder> putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default PutCommentReactionResponse |
CodeCommitClient.putCommentReaction(PutCommentReactionRequest putCommentReactionRequest)
Adds or updates a reaction to a specified comment for the user whose identity is used to make the request.
|
default PutFileResponse |
CodeCommitClient.putFile(Consumer<PutFileRequest.Builder> putFileRequest)
Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in
the specified branch.
|
default PutFileResponse |
CodeCommitClient.putFile(PutFileRequest putFileRequest)
Adds or updates a file in a branch in an AWS CodeCommit repository, and generates a commit for the addition in
the specified branch.
|
default PutRepositoryTriggersResponse |
CodeCommitClient.putRepositoryTriggers(Consumer<PutRepositoryTriggersRequest.Builder> putRepositoryTriggersRequest)
Replaces all triggers for a repository.
|
default PutRepositoryTriggersResponse |
CodeCommitClient.putRepositoryTriggers(PutRepositoryTriggersRequest putRepositoryTriggersRequest)
Replaces all triggers for a repository.
|
default TagResourceResponse |
CodeCommitClient.tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest)
Adds or updates tags for a resource in AWS CodeCommit.
|
default TagResourceResponse |
CodeCommitClient.tagResource(TagResourceRequest tagResourceRequest)
Adds or updates tags for a resource in AWS CodeCommit.
|
default TestRepositoryTriggersResponse |
CodeCommitClient.testRepositoryTriggers(Consumer<TestRepositoryTriggersRequest.Builder> testRepositoryTriggersRequest)
Tests the functionality of repository triggers by sending information to the trigger target.
|
default TestRepositoryTriggersResponse |
CodeCommitClient.testRepositoryTriggers(TestRepositoryTriggersRequest testRepositoryTriggersRequest)
Tests the functionality of repository triggers by sending information to the trigger target.
|
default UntagResourceResponse |
CodeCommitClient.untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest)
Removes tags for a resource in AWS CodeCommit.
|
default UntagResourceResponse |
CodeCommitClient.untagResource(UntagResourceRequest untagResourceRequest)
Removes tags for a resource in AWS CodeCommit.
|
default UpdateApprovalRuleTemplateContentResponse |
CodeCommitClient.updateApprovalRuleTemplateContent(Consumer<UpdateApprovalRuleTemplateContentRequest.Builder> updateApprovalRuleTemplateContentRequest)
Updates the content of an approval rule template.
|
default UpdateApprovalRuleTemplateContentResponse |
CodeCommitClient.updateApprovalRuleTemplateContent(UpdateApprovalRuleTemplateContentRequest updateApprovalRuleTemplateContentRequest)
Updates the content of an approval rule template.
|
default UpdateApprovalRuleTemplateDescriptionResponse |
CodeCommitClient.updateApprovalRuleTemplateDescription(Consumer<UpdateApprovalRuleTemplateDescriptionRequest.Builder> updateApprovalRuleTemplateDescriptionRequest)
Updates the description for a specified approval rule template.
|
default UpdateApprovalRuleTemplateDescriptionResponse |
CodeCommitClient.updateApprovalRuleTemplateDescription(UpdateApprovalRuleTemplateDescriptionRequest updateApprovalRuleTemplateDescriptionRequest)
Updates the description for a specified approval rule template.
|
default UpdateApprovalRuleTemplateNameResponse |
CodeCommitClient.updateApprovalRuleTemplateName(Consumer<UpdateApprovalRuleTemplateNameRequest.Builder> updateApprovalRuleTemplateNameRequest)
Updates the name of a specified approval rule template.
|
default UpdateApprovalRuleTemplateNameResponse |
CodeCommitClient.updateApprovalRuleTemplateName(UpdateApprovalRuleTemplateNameRequest updateApprovalRuleTemplateNameRequest)
Updates the name of a specified approval rule template.
|
default UpdateCommentResponse |
CodeCommitClient.updateComment(Consumer<UpdateCommentRequest.Builder> updateCommentRequest)
Replaces the contents of a comment.
|
default UpdateCommentResponse |
CodeCommitClient.updateComment(UpdateCommentRequest updateCommentRequest)
Replaces the contents of a comment.
|
default UpdateDefaultBranchResponse |
CodeCommitClient.updateDefaultBranch(Consumer<UpdateDefaultBranchRequest.Builder> updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
default UpdateDefaultBranchResponse |
CodeCommitClient.updateDefaultBranch(UpdateDefaultBranchRequest updateDefaultBranchRequest)
Sets or changes the default branch name for the specified repository.
|
default UpdatePullRequestApprovalRuleContentResponse |
CodeCommitClient.updatePullRequestApprovalRuleContent(Consumer<UpdatePullRequestApprovalRuleContentRequest.Builder> updatePullRequestApprovalRuleContentRequest)
Updates the structure of an approval rule created specifically for a pull request.
|
default UpdatePullRequestApprovalRuleContentResponse |
CodeCommitClient.updatePullRequestApprovalRuleContent(UpdatePullRequestApprovalRuleContentRequest updatePullRequestApprovalRuleContentRequest)
Updates the structure of an approval rule created specifically for a pull request.
|
default UpdatePullRequestApprovalStateResponse |
CodeCommitClient.updatePullRequestApprovalState(Consumer<UpdatePullRequestApprovalStateRequest.Builder> updatePullRequestApprovalStateRequest)
Updates the state of a user's approval on a pull request.
|
default UpdatePullRequestApprovalStateResponse |
CodeCommitClient.updatePullRequestApprovalState(UpdatePullRequestApprovalStateRequest updatePullRequestApprovalStateRequest)
Updates the state of a user's approval on a pull request.
|
default UpdatePullRequestDescriptionResponse |
CodeCommitClient.updatePullRequestDescription(Consumer<UpdatePullRequestDescriptionRequest.Builder> updatePullRequestDescriptionRequest)
Replaces the contents of the description of a pull request.
|
default UpdatePullRequestDescriptionResponse |
CodeCommitClient.updatePullRequestDescription(UpdatePullRequestDescriptionRequest updatePullRequestDescriptionRequest)
Replaces the contents of the description of a pull request.
|
default UpdatePullRequestStatusResponse |
CodeCommitClient.updatePullRequestStatus(Consumer<UpdatePullRequestStatusRequest.Builder> updatePullRequestStatusRequest)
Updates the status of a pull request.
|
default UpdatePullRequestStatusResponse |
CodeCommitClient.updatePullRequestStatus(UpdatePullRequestStatusRequest updatePullRequestStatusRequest)
Updates the status of a pull request.
|
default UpdatePullRequestTitleResponse |
CodeCommitClient.updatePullRequestTitle(Consumer<UpdatePullRequestTitleRequest.Builder> updatePullRequestTitleRequest)
Replaces the title of a pull request.
|
default UpdatePullRequestTitleResponse |
CodeCommitClient.updatePullRequestTitle(UpdatePullRequestTitleRequest updatePullRequestTitleRequest)
Replaces the title of a pull request.
|
default UpdateRepositoryDescriptionResponse |
CodeCommitClient.updateRepositoryDescription(Consumer<UpdateRepositoryDescriptionRequest.Builder> updateRepositoryDescriptionRequest)
Sets or changes the comment or description for a repository.
|
default UpdateRepositoryDescriptionResponse |
CodeCommitClient.updateRepositoryDescription(UpdateRepositoryDescriptionRequest updateRepositoryDescriptionRequest)
Sets or changes the comment or description for a repository.
|
default UpdateRepositoryNameResponse |
CodeCommitClient.updateRepositoryName(Consumer<UpdateRepositoryNameRequest.Builder> updateRepositoryNameRequest)
Renames a repository.
|
default UpdateRepositoryNameResponse |
CodeCommitClient.updateRepositoryName(UpdateRepositoryNameRequest updateRepositoryNameRequest)
Renames a repository.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActorDoesNotExistException
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
class |
ApprovalRuleContentRequiredException
The content for the approval rule is empty.
|
class |
ApprovalRuleDoesNotExistException
The specified approval rule does not exist.
|
class |
ApprovalRuleNameAlreadyExistsException
An approval rule with that name already exists.
|
class |
ApprovalRuleNameRequiredException
An approval rule name is required, but was not specified.
|
class |
ApprovalRuleTemplateContentRequiredException
The content for the approval rule template is empty.
|
class |
ApprovalRuleTemplateDoesNotExistException
The specified approval rule template does not exist.
|
class |
ApprovalRuleTemplateInUseException
The approval rule template is associated with one or more repositories.
|
class |
ApprovalRuleTemplateNameAlreadyExistsException
You cannot create an approval rule template with that name because a template with that name already exists in this
AWS Region for your AWS account.
|
class |
ApprovalRuleTemplateNameRequiredException
An approval rule template name is required, but was not specified.
|
class |
ApprovalStateRequiredException
An approval state is required, but was not specified.
|
class |
AuthorDoesNotExistException
The specified Amazon Resource Name (ARN) does not exist in the AWS account.
|
class |
BeforeCommitIdAndAfterCommitIdAreSameException
The before commit ID and the after commit ID are the same, which is not valid.
|
class |
BlobIdDoesNotExistException
The specified blob does not exist.
|
class |
BlobIdRequiredException
A blob ID is required, but was not specified.
|
class |
BranchDoesNotExistException
The specified branch does not exist.
|
class |
BranchNameExistsException
Cannot create the branch with the specified name because the commit conflicts with an existing branch with the same
name.
|
class |
BranchNameIsTagNameException
The specified branch name is not valid because it is a tag name.
|
class |
BranchNameRequiredException
A branch name is required, but was not specified.
|
class |
CannotDeleteApprovalRuleFromTemplateException
The approval rule cannot be deleted from the pull request because it was created by an approval rule template and
applied to the pull request automatically.
|
class |
CannotModifyApprovalRuleFromTemplateException
The approval rule cannot be modified for the pull request because it was created by an approval rule template and
applied to the pull request automatically.
|
class |
ClientRequestTokenRequiredException
A client request token is required.
|
class |
CommentContentRequiredException
The comment is empty.
|
class |
CommentContentSizeLimitExceededException
The comment is too large.
|
class |
CommentDeletedException
This comment has already been deleted.
|
class |
CommentDoesNotExistException
No comment exists with the provided ID.
|
class |
CommentIdRequiredException
The comment ID is missing or null.
|
class |
CommentNotCreatedByCallerException
You cannot modify or delete this comment.
|
class |
CommitDoesNotExistException
The specified commit does not exist or no commit was specified, and the specified repository has no default branch.
|
class |
CommitIdDoesNotExistException
The specified commit ID does not exist.
|
class |
CommitIdRequiredException
A commit ID was not specified.
|
class |
CommitIdsLimitExceededException
The maximum number of allowed commit IDs in a batch request is 100.
|
class |
CommitIdsListRequiredException
A list of commit IDs is required, but was either not specified or the list was empty.
|
class |
CommitMessageLengthExceededException
The commit message is too long.
|
class |
CommitRequiredException
A commit was not specified.
|
class |
ConcurrentReferenceUpdateException
The merge cannot be completed because the target branch has been modified.
|
class |
DefaultBranchCannotBeDeletedException
The specified branch is the default branch for the repository, and cannot be deleted.
|
class |
DirectoryNameConflictsWithFileNameException
A file cannot be added to the repository because the specified path name has the same name as a file that already
exists in this repository.
|
class |
EncryptionIntegrityChecksFailedException
An encryption integrity check failed.
|
class |
EncryptionKeyAccessDeniedException
An encryption key could not be accessed.
|
class |
EncryptionKeyDisabledException
The encryption key is disabled.
|
class |
EncryptionKeyNotFoundException
No encryption key was found.
|
class |
EncryptionKeyUnavailableException
The encryption key is not available.
|
class |
FileContentAndSourceFileSpecifiedException
The commit cannot be created because both a source file and file content have been specified for the same file.
|
class |
FileContentRequiredException
The file cannot be added because it is empty.
|
class |
FileContentSizeLimitExceededException
The file cannot be added because it is too large.
|
class |
FileDoesNotExistException
The specified file does not exist.
|
class |
FileEntryRequiredException
The commit cannot be created because no files have been specified as added, updated, or changed (PutFile or
DeleteFile) for the commit.
|
class |
FileModeRequiredException
The commit cannot be created because no file mode has been specified.
|
class |
FileNameConflictsWithDirectoryNameException
A file cannot be added to the repository because the specified file name has the same name as a directory in this
repository.
|
class |
FilePathConflictsWithSubmodulePathException
The commit cannot be created because a specified file path points to a submodule.
|
class |
FileTooLargeException
The specified file exceeds the file size limit for AWS CodeCommit.
|
class |
FolderContentSizeLimitExceededException
The commit cannot be created because at least one of the overall changes in the commit results in a folder whose
contents exceed the limit of 6 MB.
|
class |
FolderDoesNotExistException
The specified folder does not exist.
|
class |
IdempotencyParameterMismatchException
The client request token is not valid.
|
class |
InvalidActorArnException
The Amazon Resource Name (ARN) is not valid.
|
class |
InvalidApprovalRuleContentException
The content for the approval rule is not valid.
|
class |
InvalidApprovalRuleNameException
The name for the approval rule is not valid.
|
class |
InvalidApprovalRuleTemplateContentException
The content of the approval rule template is not valid.
|
class |
InvalidApprovalRuleTemplateDescriptionException
The description for the approval rule template is not valid because it exceeds the maximum characters allowed for a
description.
|
class |
InvalidApprovalRuleTemplateNameException
The name of the approval rule template is not valid.
|
class |
InvalidApprovalStateException
The state for the approval is not valid.
|
class |
InvalidAuthorArnException
The Amazon Resource Name (ARN) is not valid.
|
class |
InvalidBlobIdException
The specified blob is not valid.
|
class |
InvalidBranchNameException
The specified reference name is not valid.
|
class |
InvalidClientRequestTokenException
The client request token is not valid.
|
class |
InvalidCommentIdException
The comment ID is not in a valid format.
|
class |
InvalidCommitException
The specified commit is not valid.
|
class |
InvalidCommitIdException
The specified commit ID is not valid.
|
class |
InvalidConflictDetailLevelException
The specified conflict detail level is not valid.
|
class |
InvalidConflictResolutionException
The specified conflict resolution list is not valid.
|
class |
InvalidConflictResolutionStrategyException
The specified conflict resolution strategy is not valid.
|
class |
InvalidContinuationTokenException
The specified continuation token is not valid.
|
class |
InvalidDeletionParameterException
The specified deletion parameter is not valid.
|
class |
InvalidDescriptionException
The pull request description is not valid.
|
class |
InvalidDestinationCommitSpecifierException
The destination commit specifier is not valid.
|
class |
InvalidEmailException
The specified email address either contains one or more characters that are not allowed, or it exceeds the maximum
number of characters allowed for an email address.
|
class |
InvalidFileLocationException
The location of the file is not valid.
|
class |
InvalidFileModeException
The specified file mode permission is not valid.
|
class |
InvalidFilePositionException
The position is not valid.
|
class |
InvalidMaxConflictFilesException
The specified value for the number of conflict files to return is not valid.
|
class |
InvalidMaxMergeHunksException
The specified value for the number of merge hunks to return is not valid.
|
class |
InvalidMaxResultsException
The specified number of maximum results is not valid.
|
class |
InvalidMergeOptionException
The specified merge option is not valid for this operation.
|
class |
InvalidOrderException
The specified sort order is not valid.
|
class |
InvalidOverrideStatusException
The override status is not valid.
|
class |
InvalidParentCommitIdException
The parent commit ID is not valid.
|
class |
InvalidPathException
The specified path is not valid.
|
class |
InvalidPullRequestEventTypeException
The pull request event type is not valid.
|
class |
InvalidPullRequestIdException
The pull request ID is not valid.
|
class |
InvalidPullRequestStatusException
The pull request status is not valid.
|
class |
InvalidPullRequestStatusUpdateException
The pull request status update is not valid.
|
class |
InvalidReactionUserArnException
The Amazon Resource Name (ARN) of the user or identity is not valid.
|
class |
InvalidReactionValueException
The value of the reaction is not valid.
|
class |
InvalidReferenceNameException
The specified reference name format is not valid.
|
class |
InvalidRelativeFileVersionEnumException
Either the enum is not in a valid format, or the specified file version enum is not valid in respect to the current
file version.
|
class |
InvalidReplacementContentException
Automerge was specified for resolving the conflict, but the replacement type is not valid or content is missing.
|
class |
InvalidReplacementTypeException
Automerge was specified for resolving the conflict, but the specified replacement type is not valid.
|
class |
InvalidRepositoryDescriptionException
The specified repository description is not valid.
|
class |
InvalidRepositoryNameException
A specified repository name is not valid.
|
class |
InvalidRepositoryTriggerBranchNameException
One or more branch names specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerCustomDataException
The custom data provided for the trigger is not valid.
|
class |
InvalidRepositoryTriggerDestinationArnException
The Amazon Resource Name (ARN) for the trigger is not valid for the specified destination.
|
class |
InvalidRepositoryTriggerEventsException
One or more events specified for the trigger is not valid.
|
class |
InvalidRepositoryTriggerNameException
The name of the trigger is not valid.
|
class |
InvalidRepositoryTriggerRegionException
The AWS Region for the trigger target does not match the AWS Region for the repository.
|
class |
InvalidResourceArnException
The value for the resource ARN is not valid.
|
class |
InvalidRevisionIdException
The revision ID is not valid.
|
class |
InvalidRuleContentSha256Exception
The SHA-256 hash signature for the rule content is not valid.
|
class |
InvalidSortByException
The specified sort by value is not valid.
|
class |
InvalidSourceCommitSpecifierException
The source commit specifier is not valid.
|
class |
InvalidSystemTagUsageException
The specified tag is not valid.
|
class |
InvalidTagKeysListException
The list of tags is not valid.
|
class |
InvalidTagsMapException
The map of tags is not valid.
|
class |
InvalidTargetBranchException
The specified target branch is not valid.
|
class |
InvalidTargetException
The target for the pull request is not valid.
|
class |
InvalidTargetsException
The targets for the pull request is not valid or not in a valid format.
|
class |
InvalidTitleException
The title of the pull request is not valid.
|
class |
ManualMergeRequiredException
The pull request cannot be merged automatically into the destination branch.
|
class |
MaximumBranchesExceededException
The number of branches for the trigger was exceeded.
|
class |
MaximumConflictResolutionEntriesExceededException
The number of allowed conflict resolution entries was exceeded.
|
class |
MaximumFileContentToLoadExceededException
The number of files to load exceeds the allowed limit.
|
class |
MaximumFileEntriesExceededException
The number of specified files to change as part of this commit exceeds the maximum number of files that can be
changed in a single commit.
|
class |
MaximumItemsToCompareExceededException
The number of items to compare between the source or destination branches and the merge base has exceeded the maximum
allowed.
|
class |
MaximumNumberOfApprovalsExceededException
The number of approvals required for the approval rule exceeds the maximum number allowed.
|
class |
MaximumOpenPullRequestsExceededException
You cannot create the pull request because the repository has too many open pull requests.
|
class |
MaximumRepositoryNamesExceededException
The maximum number of allowed repository names was exceeded.
|
class |
MaximumRepositoryTriggersExceededException
The number of triggers allowed for the repository was exceeded.
|
class |
MaximumRuleTemplatesAssociatedWithRepositoryException
The maximum number of approval rule templates for a repository has been exceeded.
|
class |
MergeOptionRequiredException
A merge option or stategy is required, and none was provided.
|
class |
MultipleConflictResolutionEntriesException
More than one conflict resolution entries exists for the conflict.
|
class |
MultipleRepositoriesInPullRequestException
You cannot include more than one repository in a pull request.
|
class |
NameLengthExceededException
The user name is not valid because it has exceeded the character limit for author names.
|
class |
NoChangeException
The commit cannot be created because no changes will be made to the repository as a result of this commit.
|
class |
NumberOfRulesExceededException
The approval rule cannot be added.
|
class |
NumberOfRuleTemplatesExceededException
The maximum number of approval rule templates has been exceeded for this AWS Region.
|
class |
OverrideAlreadySetException
The pull request has already had its approval rules set to override.
|
class |
OverrideStatusRequiredException
An override status is required, but no value was provided.
|
class |
ParentCommitDoesNotExistException
The parent commit ID is not valid because it does not exist.
|
class |
ParentCommitIdOutdatedException
The file could not be added because the provided parent commit ID is not the current tip of the specified branch.
|
class |
ParentCommitIdRequiredException
A parent commit ID is required.
|
class |
PathDoesNotExistException
The specified path does not exist.
|
class |
PathRequiredException
The folderPath for a location cannot be null.
|
class |
PullRequestAlreadyClosedException
The pull request status cannot be updated because it is already closed.
|
class |
PullRequestApprovalRulesNotSatisfiedException
The pull request cannot be merged because one or more approval rules applied to the pull request have conditions that
have not been met.
|
class |
PullRequestCannotBeApprovedByAuthorException
The approval cannot be applied because the user approving the pull request matches the user who created the pull
request.
|
class |
PullRequestDoesNotExistException
The pull request ID could not be found.
|
class |
PullRequestIdRequiredException
A pull request ID is required, but none was provided.
|
class |
PullRequestStatusRequiredException
A pull request status is required, but none was provided.
|
class |
PutFileEntryConflictException
The commit cannot be created because one or more files specified in the commit reference both a file and a folder.
|
class |
ReactionLimitExceededException
The number of reactions has been exceeded.
|
class |
ReactionValueRequiredException
A reaction value is required.
|
class |
ReferenceDoesNotExistException
The specified reference does not exist.
|
class |
ReferenceNameRequiredException
A reference name is required, but none was provided.
|
class |
ReferenceTypeNotSupportedException
The specified reference is not a supported type.
|
class |
ReplacementContentRequiredException
USE_NEW_CONTENT was specified, but no replacement content has been provided.
|
class |
ReplacementTypeRequiredException
A replacement type is required.
|
class |
RepositoryDoesNotExistException
The specified repository does not exist.
|
class |
RepositoryLimitExceededException
A repository resource limit was exceeded.
|
class |
RepositoryNameExistsException
The specified repository name already exists.
|
class |
RepositoryNameRequiredException
A repository name is required, but was not specified.
|
class |
RepositoryNamesRequiredException
At least one repository name object is required, but was not specified.
|
class |
RepositoryNotAssociatedWithPullRequestException
The repository does not contain any pull requests with that pull request ID.
|
class |
RepositoryTriggerBranchNameListRequiredException
At least one branch name is required, but was not specified in the trigger configuration.
|
class |
RepositoryTriggerDestinationArnRequiredException
A destination ARN for the target service for the trigger is required, but was not specified.
|
class |
RepositoryTriggerEventsListRequiredException
At least one event for the trigger is required, but was not specified.
|
class |
RepositoryTriggerNameRequiredException
A name for the trigger is required, but was not specified.
|
class |
RepositoryTriggersListRequiredException
The list of triggers for the repository is required, but was not specified.
|
class |
ResourceArnRequiredException
A valid Amazon Resource Name (ARN) for an AWS CodeCommit resource is required.
|
class |
RestrictedSourceFileException
The commit cannot be created because one of the changes specifies copying or moving a .gitkeep file.
|
class |
RevisionIdRequiredException
A revision ID is required, but was not provided.
|
class |
RevisionNotCurrentException
The revision ID provided in the request does not match the current revision ID.
|
class |
SameFileContentException
The file was not added or updated because the content of the file is exactly the same as the content of that file in
the repository and branch that you specified.
|
class |
SamePathRequestException
The commit cannot be created because one or more changes in this commit duplicate actions in the same file path.
|
class |
SourceAndDestinationAreSameException
The source branch and destination branch for the pull request are the same.
|
class |
SourceFileOrContentRequiredException
The commit cannot be created because no source files or file content have been specified for the commit.
|
class |
TagKeysListRequiredException
A list of tag keys is required.
|
class |
TagPolicyException
The tag policy is not valid.
|
class |
TagsMapRequiredException
A map of tags is required.
|
class |
TargetRequiredException
A pull request target is required.
|
class |
TargetsRequiredException
An array of target objects is required.
|
class |
TipOfSourceReferenceIsDifferentException
The tip of the source branch in the destination repository does not match the tip of the source branch specified in
your request.
|
class |
TipsDivergenceExceededException
The divergence between the tips of the provided commit specifiers is too great to determine whether there might be
any merge conflicts.
|
class |
TitleRequiredException
A pull request title is required.
|
class |
TooManyTagsException
The maximum number of tags for an AWS CodeCommit resource has been exceeded.
|
| Modifier and Type | Method and Description |
|---|---|
CodeCommitException |
CodeCommitException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(CodeCommitException ex) |
Copyright © 2021. All rights reserved.