Uses of Class
software.amazon.awssdk.services.codecommit.model.ApprovalState
-
Packages that use ApprovalState Package Description software.amazon.awssdk.services.codecommit.model -
-
Uses of ApprovalState in software.amazon.awssdk.services.codecommit.model
Methods in software.amazon.awssdk.services.codecommit.model that return ApprovalState Modifier and Type Method Description ApprovalStateApproval. approvalState()The state of the approval, APPROVE or REVOKE.ApprovalStateUpdatePullRequestApprovalStateRequest. approvalState()The approval state to associate with the user on the pull request.ApprovalStateApprovalStateChangedEventMetadata. approvalStatus()The approval status for the pull request.static ApprovalStateApprovalState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ApprovalStateApprovalState. 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.Methods in software.amazon.awssdk.services.codecommit.model that return types with arguments of type ApprovalState Modifier and Type Method Description static Set<ApprovalState>ApprovalState. knownValues()Methods in software.amazon.awssdk.services.codecommit.model with parameters of type ApprovalState Modifier and Type Method Description Approval.BuilderApproval.Builder. approvalState(ApprovalState approvalState)The state of the approval, APPROVE or REVOKE.UpdatePullRequestApprovalStateRequest.BuilderUpdatePullRequestApprovalStateRequest.Builder. approvalState(ApprovalState approvalState)The approval state to associate with the user on the pull request.ApprovalStateChangedEventMetadata.BuilderApprovalStateChangedEventMetadata.Builder. approvalStatus(ApprovalState approvalStatus)The approval status for the pull request.
-