Uses of Class
software.amazon.awssdk.services.mturk.model.RejectAssignmentResponse
-
Packages that use RejectAssignmentResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of RejectAssignmentResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return RejectAssignmentResponse Modifier and Type Method Description default RejectAssignmentResponseMTurkClient. rejectAssignment(Consumer<RejectAssignmentRequest.Builder> rejectAssignmentRequest)TheRejectAssignmentoperation rejects the results of a completed assignment.default RejectAssignmentResponseMTurkClient. rejectAssignment(RejectAssignmentRequest rejectAssignmentRequest)TheRejectAssignmentoperation rejects the results of a completed assignment.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type RejectAssignmentResponse Modifier and Type Method Description default CompletableFuture<RejectAssignmentResponse>MTurkAsyncClient. rejectAssignment(Consumer<RejectAssignmentRequest.Builder> rejectAssignmentRequest)TheRejectAssignmentoperation rejects the results of a completed assignment.default CompletableFuture<RejectAssignmentResponse>MTurkAsyncClient. rejectAssignment(RejectAssignmentRequest rejectAssignmentRequest)TheRejectAssignmentoperation rejects the results of a completed assignment.
-