Uses of Class
software.amazon.awssdk.services.mturk.model.ApproveAssignmentRequest
-
Packages that use ApproveAssignmentRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of ApproveAssignmentRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type ApproveAssignmentRequest Modifier and Type Method Description default CompletableFuture<ApproveAssignmentResponse>MTurkAsyncClient. approveAssignment(ApproveAssignmentRequest approveAssignmentRequest)TheApproveAssignmentoperation approves the results of a completed assignment.default ApproveAssignmentResponseMTurkClient. approveAssignment(ApproveAssignmentRequest approveAssignmentRequest)TheApproveAssignmentoperation approves the results of a completed assignment. -
Uses of ApproveAssignmentRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type ApproveAssignmentRequest Modifier and Type Method Description SdkHttpFullRequestApproveAssignmentRequestMarshaller. marshall(ApproveAssignmentRequest approveAssignmentRequest)
-