Uses of Class
software.amazon.awssdk.services.mturk.model.CreateHitWithHitTypeRequest
-
Packages that use CreateHitWithHitTypeRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of CreateHitWithHitTypeRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type CreateHitWithHitTypeRequest Modifier and Type Method Description default CompletableFuture<CreateHitWithHitTypeResponse>MTurkAsyncClient. createHITWithHITType(CreateHitWithHitTypeRequest createHitWithHitTypeRequest)TheCreateHITWithHITTypeoperation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by theCreateHITTypeoperation.default CreateHitWithHitTypeResponseMTurkClient. createHITWithHITType(CreateHitWithHitTypeRequest createHitWithHitTypeRequest)TheCreateHITWithHITTypeoperation creates a new Human Intelligence Task (HIT) using an existing HITTypeID generated by theCreateHITTypeoperation. -
Uses of CreateHitWithHitTypeRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type CreateHitWithHitTypeRequest Modifier and Type Method Description SdkHttpFullRequestCreateHitWithHitTypeRequestMarshaller. marshall(CreateHitWithHitTypeRequest createHitWithHitTypeRequest)
-