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