Uses of Class
software.amazon.awssdk.services.mturk.model.GetAssignmentResponse
-
Packages that use GetAssignmentResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of GetAssignmentResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return GetAssignmentResponse Modifier and Type Method Description default GetAssignmentResponseMTurkClient. getAssignment(Consumer<GetAssignmentRequest.Builder> getAssignmentRequest)TheGetAssignmentoperation retrieves the details of the specified Assignment.default GetAssignmentResponseMTurkClient. getAssignment(GetAssignmentRequest getAssignmentRequest)TheGetAssignmentoperation retrieves the details of the specified Assignment.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type GetAssignmentResponse Modifier and Type Method Description default CompletableFuture<GetAssignmentResponse>MTurkAsyncClient. getAssignment(Consumer<GetAssignmentRequest.Builder> getAssignmentRequest)TheGetAssignmentoperation retrieves the details of the specified Assignment.default CompletableFuture<GetAssignmentResponse>MTurkAsyncClient. getAssignment(GetAssignmentRequest getAssignmentRequest)TheGetAssignmentoperation retrieves the details of the specified Assignment.
-