| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
static AssignmentStatus |
AssignmentStatus.fromValue(String value)
Use this in place of valueOf.
|
static AssignmentStatus |
AssignmentStatus.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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Assignment.setAssignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
Assignment |
Assignment.withAssignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
ListAssignmentsForHITRequest |
ListAssignmentsForHITRequest.withAssignmentStatuses(AssignmentStatus... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
Copyright © 2021. All rights reserved.