Uses of Class
software.amazon.awssdk.services.mturk.model.AssignmentStatus
-
Packages that use AssignmentStatus Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of AssignmentStatus in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return AssignmentStatus Modifier and Type Method Description AssignmentStatusAssignment. assignmentStatus()The status of the assignment.static AssignmentStatusAssignmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AssignmentStatusAssignmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AssignmentStatus[]AssignmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type AssignmentStatus Modifier and Type Method Description List<AssignmentStatus>ListAssignmentsForHitRequest. assignmentStatuses()The status of the assignments to return: Submitted | Approved | Rejectedstatic Set<AssignmentStatus>AssignmentStatus. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type AssignmentStatus Modifier and Type Method Description Assignment.BuilderAssignment.Builder. assignmentStatus(AssignmentStatus assignmentStatus)The status of the assignment.ListAssignmentsForHitRequest.BuilderListAssignmentsForHitRequest.Builder. assignmentStatuses(AssignmentStatus... assignmentStatuses)The status of the assignments to return: Submitted | Approved | RejectedMethod parameters in software.amazon.awssdk.services.mturk.model with type arguments of type AssignmentStatus Modifier and Type Method Description ListAssignmentsForHitRequest.BuilderListAssignmentsForHitRequest.Builder. assignmentStatuses(Collection<AssignmentStatus> assignmentStatuses)The status of the assignments to return: Submitted | Approved | Rejected
-