| Package | Description |
|---|---|
| com.amazonaws.services.codecommit.model |
| Modifier and Type | Method and Description |
|---|---|
Approval |
Approval.clone() |
Approval |
Approval.withApprovalState(ApprovalState approvalState)
The state of the approval, APPROVE or REVOKE.
|
Approval |
Approval.withApprovalState(String approvalState)
The state of the approval, APPROVE or REVOKE.
|
Approval |
Approval.withUserArn(String userArn)
The Amazon Resource Name (ARN) of the user.
|
| Modifier and Type | Method and Description |
|---|---|
List<Approval> |
GetPullRequestApprovalStatesResult.getApprovals()
Information about users who have approved the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
GetPullRequestApprovalStatesResult |
GetPullRequestApprovalStatesResult.withApprovals(Approval... approvals)
Information about users who have approved the pull request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetPullRequestApprovalStatesResult.setApprovals(Collection<Approval> approvals)
Information about users who have approved the pull request.
|
GetPullRequestApprovalStatesResult |
GetPullRequestApprovalStatesResult.withApprovals(Collection<Approval> approvals)
Information about users who have approved the pull request.
|
Copyright © 2024. All rights reserved.