| Package | Description |
|---|---|
| com.amazonaws.services.codecommit |
|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
OverridePullRequestApprovalRulesRequest |
OverridePullRequestApprovalRulesRequest.clone() |
OverridePullRequestApprovalRulesRequest |
OverridePullRequestApprovalRulesRequest.withOverrideStatus(OverrideStatus overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous
override and apply approval rule requirements (REVOKE).
|
OverridePullRequestApprovalRulesRequest |
OverridePullRequestApprovalRulesRequest.withOverrideStatus(String overrideStatus)
Whether you want to set aside approval rule requirements for the pull request (OVERRIDE) or revoke a previous
override and apply approval rule requirements (REVOKE).
|
OverridePullRequestApprovalRulesRequest |
OverridePullRequestApprovalRulesRequest.withPullRequestId(String pullRequestId)
The system-generated ID of the pull request for which you want to override all approval rule requirements.
|
OverridePullRequestApprovalRulesRequest |
OverridePullRequestApprovalRulesRequest.withRevisionId(String revisionId)
The system-generated ID of the most recent revision of the pull request.
|
Copyright © 2021. All rights reserved.