Uses of Class
software.amazon.awssdk.services.codecommit.model.Approval
-
Packages that use Approval Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of Approval in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type Approval Modifier and Type Method Description List<Approval>GetPullRequestApprovalStatesResponse. approvals()Information about users who have approved the pull request.Methods in software.amazon.awssdk.services.codecommit.model with parameters of type Approval Modifier and Type Method Description GetPullRequestApprovalStatesResponse.BuilderGetPullRequestApprovalStatesResponse.Builder. approvals(Approval... approvals)Information about users who have approved the pull request.Method parameters in software.amazon.awssdk.services.codecommit.model with type arguments of type Approval Modifier and Type Method Description GetPullRequestApprovalStatesResponse.BuilderGetPullRequestApprovalStatesResponse.Builder. approvals(Collection<Approval> approvals)Information about users who have approved the pull request.
-