| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
AssignmentStatus |
Assignment.assignmentStatus()
The status of the assignment.
|
static AssignmentStatus |
AssignmentStatus.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
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 |
|---|---|
List<AssignmentStatus> |
ListAssignmentsForHitRequest.assignmentStatuses()
The status of the assignments to return: Submitted | Approved | Rejected
|
static Set<AssignmentStatus> |
AssignmentStatus.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
Assignment.Builder |
Assignment.Builder.assignmentStatus(AssignmentStatus assignmentStatus)
The status of the assignment.
|
ListAssignmentsForHitRequest.Builder |
ListAssignmentsForHitRequest.Builder.assignmentStatuses(AssignmentStatus... assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
| Modifier and Type | Method and Description |
|---|---|
ListAssignmentsForHitRequest.Builder |
ListAssignmentsForHitRequest.Builder.assignmentStatuses(Collection<AssignmentStatus> assignmentStatuses)
The status of the assignments to return: Submitted | Approved | Rejected
|
Copyright © 2023. All rights reserved.