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