Uses of Class
software.amazon.awssdk.services.mturk.model.Assignment
-
Packages that use Assignment Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of Assignment in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return Assignment Modifier and Type Method Description AssignmentGetAssignmentResponse. assignment()The assignment.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type Assignment Modifier and Type Method Description List<Assignment>ListAssignmentsForHitResponse. assignments()The collection of Assignment data structures returned by this call.Methods in software.amazon.awssdk.services.mturk.model with parameters of type Assignment Modifier and Type Method Description GetAssignmentResponse.BuilderGetAssignmentResponse.Builder. assignment(Assignment assignment)The assignment.ListAssignmentsForHitResponse.BuilderListAssignmentsForHitResponse.Builder. assignments(Assignment... assignments)The collection of Assignment data structures returned by this call.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type Assignment Modifier and Type Method Description ListAssignmentsForHitResponse.BuilderListAssignmentsForHitResponse.Builder. assignments(Collection<Assignment> assignments)The collection of Assignment data structures returned by this call.
-