Uses of Class
software.amazon.awssdk.services.mturk.model.GetHitResponse
-
Packages that use GetHitResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of GetHitResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return GetHitResponse Modifier and Type Method Description default GetHitResponseMTurkClient. getHIT(Consumer<GetHitRequest.Builder> getHitRequest)TheGetHIToperation retrieves the details of the specified HIT.default GetHitResponseMTurkClient. getHIT(GetHitRequest getHitRequest)TheGetHIToperation retrieves the details of the specified HIT.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type GetHitResponse Modifier and Type Method Description default CompletableFuture<GetHitResponse>MTurkAsyncClient. getHIT(Consumer<GetHitRequest.Builder> getHitRequest)TheGetHIToperation retrieves the details of the specified HIT.default CompletableFuture<GetHitResponse>MTurkAsyncClient. getHIT(GetHitRequest getHitRequest)TheGetHIToperation retrieves the details of the specified HIT.
-