Uses of Class
software.amazon.awssdk.services.mturk.model.Qualification
-
Packages that use Qualification Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of Qualification in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return Qualification Modifier and Type Method Description QualificationGetQualificationScoreResponse. qualification()The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type Qualification Modifier and Type Method Description List<Qualification>ListWorkersWithQualificationTypeResponse. qualifications()The list of Qualification elements returned by this call.Methods in software.amazon.awssdk.services.mturk.model with parameters of type Qualification Modifier and Type Method Description GetQualificationScoreResponse.BuilderGetQualificationScoreResponse.Builder. qualification(Qualification qualification)The Qualification data structure of the Qualification assigned to a user, including the Qualification type and the value (score).ListWorkersWithQualificationTypeResponse.BuilderListWorkersWithQualificationTypeResponse.Builder. qualifications(Qualification... qualifications)The list of Qualification elements returned by this call.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type Qualification Modifier and Type Method Description ListWorkersWithQualificationTypeResponse.BuilderListWorkersWithQualificationTypeResponse.Builder. qualifications(Collection<Qualification> qualifications)The list of Qualification elements returned by this call.
-