| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
static ApprovalState |
ApprovalState.fromValue(String value)
Use this in place of valueOf.
|
static ApprovalState |
ApprovalState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovalState[] |
ApprovalState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Approval |
Approval.withApprovalState(ApprovalState approvalState)
The state of the approval, APPROVE or REVOKE.
|
UpdatePullRequestApprovalStateRequest |
UpdatePullRequestApprovalStateRequest.withApprovalState(ApprovalState approvalState)
The approval state to associate with the user on the pull request.
|
ApprovalStateChangedEventMetadata |
ApprovalStateChangedEventMetadata.withApprovalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
|
Copyright © 2022. All rights reserved.