| Package | Description |
|---|---|
| software.amazon.awssdk.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
ApprovalState |
UpdatePullRequestApprovalStateRequest.approvalState()
The approval state to associate with the user on the pull request.
|
ApprovalState |
Approval.approvalState()
The state of the approval, APPROVE or REVOKE.
|
ApprovalState |
ApprovalStateChangedEventMetadata.approvalStatus()
The approval status for the pull request.
|
static ApprovalState |
ApprovalState.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
static Set<ApprovalState> |
ApprovalState.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
UpdatePullRequestApprovalStateRequest.Builder |
UpdatePullRequestApprovalStateRequest.Builder.approvalState(ApprovalState approvalState)
The approval state to associate with the user on the pull request.
|
Approval.Builder |
Approval.Builder.approvalState(ApprovalState approvalState)
The state of the approval, APPROVE or REVOKE.
|
ApprovalStateChangedEventMetadata.Builder |
ApprovalStateChangedEventMetadata.Builder.approvalStatus(ApprovalState approvalStatus)
The approval status for the pull request.
|
Copyright © 2022. All rights reserved.