Uses of Class
software.amazon.awssdk.services.mturk.model.UpdateHitTypeOfHitResponse
-
Packages that use UpdateHitTypeOfHitResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of UpdateHitTypeOfHitResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return UpdateHitTypeOfHitResponse Modifier and Type Method Description default UpdateHitTypeOfHitResponseMTurkClient. updateHITTypeOfHIT(Consumer<UpdateHitTypeOfHitRequest.Builder> updateHitTypeOfHitRequest)TheUpdateHITTypeOfHIToperation allows you to change the HITType properties of a HIT.default UpdateHitTypeOfHitResponseMTurkClient. updateHITTypeOfHIT(UpdateHitTypeOfHitRequest updateHitTypeOfHitRequest)TheUpdateHITTypeOfHIToperation allows you to change the HITType properties of a HIT.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type UpdateHitTypeOfHitResponse Modifier and Type Method Description default CompletableFuture<UpdateHitTypeOfHitResponse>MTurkAsyncClient. updateHITTypeOfHIT(Consumer<UpdateHitTypeOfHitRequest.Builder> updateHitTypeOfHitRequest)TheUpdateHITTypeOfHIToperation allows you to change the HITType properties of a HIT.default CompletableFuture<UpdateHitTypeOfHitResponse>MTurkAsyncClient. updateHITTypeOfHIT(UpdateHitTypeOfHitRequest updateHitTypeOfHitRequest)TheUpdateHITTypeOfHIToperation allows you to change the HITType properties of a HIT.
-