| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static OverrideStatus |
OverrideStatus.fromValue(String value)
Use this in place of valueOf.
|
static OverrideStatus |
OverrideStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverrideStatus[] |
OverrideStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalRuleOverriddenEventMetadata |
ApprovalRuleOverriddenEventMetadata.withOverrideStatus(OverrideStatus overrideStatus)
The status of the override event.
|
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).
|
Copyright © 2024. All rights reserved.