Uses of Class
software.amazon.awssdk.services.mturk.model.HIT
-
Packages that use HIT Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of HIT in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return HIT Modifier and Type Method Description HITCreateHitResponse. hit()Contains the newly created HIT data.HITCreateHitWithHitTypeResponse. hit()Contains the newly created HIT data.HITGetAssignmentResponse. hit()The HIT associated with this assignment.HITGetHitResponse. hit()Contains the requested HIT data.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type HIT Modifier and Type Method Description List<HIT>ListHiTsForQualificationTypeResponse. hiTs()The list of HIT elements returned by the query.List<HIT>ListHiTsResponse. hiTs()The list of HIT elements returned by the query.List<HIT>ListReviewableHiTsResponse. hiTs()The list of HIT elements returned by the query.Methods in software.amazon.awssdk.services.mturk.model with parameters of type HIT Modifier and Type Method Description CreateHitResponse.BuilderCreateHitResponse.Builder. hit(HIT hit)Contains the newly created HIT data.CreateHitWithHitTypeResponse.BuilderCreateHitWithHitTypeResponse.Builder. hit(HIT hit)Contains the newly created HIT data.GetAssignmentResponse.BuilderGetAssignmentResponse.Builder. hit(HIT hit)The HIT associated with this assignment.GetHitResponse.BuilderGetHitResponse.Builder. hit(HIT hit)Contains the requested HIT data.ListHiTsForQualificationTypeResponse.BuilderListHiTsForQualificationTypeResponse.Builder. hiTs(HIT... hiTs)The list of HIT elements returned by the query.ListHiTsResponse.BuilderListHiTsResponse.Builder. hiTs(HIT... hiTs)The list of HIT elements returned by the query.ListReviewableHiTsResponse.BuilderListReviewableHiTsResponse.Builder. hiTs(HIT... hiTs)The list of HIT elements returned by the query.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type HIT Modifier and Type Method Description ListHiTsForQualificationTypeResponse.BuilderListHiTsForQualificationTypeResponse.Builder. hiTs(Collection<HIT> hiTs)The list of HIT elements returned by the query.ListHiTsResponse.BuilderListHiTsResponse.Builder. hiTs(Collection<HIT> hiTs)The list of HIT elements returned by the query.ListReviewableHiTsResponse.BuilderListReviewableHiTsResponse.Builder. hiTs(Collection<HIT> hiTs)The list of HIT elements returned by the query.
-