| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static OverrideStatus |
OverrideStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
OverrideStatus |
ApprovalRuleOverriddenEventMetadata.overrideStatus()
The status of the override event.
|
OverrideStatus |
OverridePullRequestApprovalRulesRequest.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).
|
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 |
|---|---|
static Set<OverrideStatus> |
OverrideStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ApprovalRuleOverriddenEventMetadata.Builder |
ApprovalRuleOverriddenEventMetadata.Builder.overrideStatus(OverrideStatus overrideStatus)
The status of the override event.
|
OverridePullRequestApprovalRulesRequest.Builder |
OverridePullRequestApprovalRulesRequest.Builder.overrideStatus(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 © 2022. All rights reserved.