@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonMTurkAsync extends AbstractAmazonMTurk implements AmazonMTurkAsync
AmazonMTurkAsync
. Convenient method forms pass through to the corresponding
overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
Modifier and Type | Method and Description |
---|---|
Future<AcceptQualificationRequestResult> |
acceptQualificationRequestAsync(AcceptQualificationRequestRequest request)
The
AcceptQualificationRequest operation approves a Worker's request for a Qualification. |
Future<AcceptQualificationRequestResult> |
acceptQualificationRequestAsync(AcceptQualificationRequestRequest request,
AsyncHandler<AcceptQualificationRequestRequest,AcceptQualificationRequestResult> asyncHandler)
The
AcceptQualificationRequest operation approves a Worker's request for a Qualification. |
Future<ApproveAssignmentResult> |
approveAssignmentAsync(ApproveAssignmentRequest request)
The
ApproveAssignment operation approves the results of a completed assignment. |
Future<ApproveAssignmentResult> |
approveAssignmentAsync(ApproveAssignmentRequest request,
AsyncHandler<ApproveAssignmentRequest,ApproveAssignmentResult> asyncHandler)
The
ApproveAssignment operation approves the results of a completed assignment. |
Future<AssociateQualificationWithWorkerResult> |
associateQualificationWithWorkerAsync(AssociateQualificationWithWorkerRequest request)
The
AssociateQualificationWithWorker operation gives a Worker a Qualification. |
Future<AssociateQualificationWithWorkerResult> |
associateQualificationWithWorkerAsync(AssociateQualificationWithWorkerRequest request,
AsyncHandler<AssociateQualificationWithWorkerRequest,AssociateQualificationWithWorkerResult> asyncHandler)
The
AssociateQualificationWithWorker operation gives a Worker a Qualification. |
Future<CreateAdditionalAssignmentsForHITResult> |
createAdditionalAssignmentsForHITAsync(CreateAdditionalAssignmentsForHITRequest request)
The
CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an
existing HIT. |
Future<CreateAdditionalAssignmentsForHITResult> |
createAdditionalAssignmentsForHITAsync(CreateAdditionalAssignmentsForHITRequest request,
AsyncHandler<CreateAdditionalAssignmentsForHITRequest,CreateAdditionalAssignmentsForHITResult> asyncHandler)
The
CreateAdditionalAssignmentsForHIT operation increases the maximum number of assignments of an
existing HIT. |
Future<CreateHITResult> |
createHITAsync(CreateHITRequest request)
The
CreateHIT operation creates a new Human Intelligence Task (HIT). |
Future<CreateHITResult> |
createHITAsync(CreateHITRequest request,
AsyncHandler<CreateHITRequest,CreateHITResult> asyncHandler)
The
CreateHIT operation creates a new Human Intelligence Task (HIT). |
Future<CreateHITTypeResult> |
createHITTypeAsync(CreateHITTypeRequest request)
The
CreateHITType operation creates a new HIT type. |
Future<CreateHITTypeResult> |
createHITTypeAsync(CreateHITTypeRequest request,
AsyncHandler<CreateHITTypeRequest,CreateHITTypeResult> asyncHandler)
The
CreateHITType operation creates a new HIT type. |
Future<CreateHITWithHITTypeResult> |
createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateHITWithHITTypeResult> |
createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request,
AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler)
The
CreateHITWithHITType operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType operation. |
Future<CreateQualificationTypeResult> |
createQualificationTypeAsync(CreateQualificationTypeRequest request)
The
CreateQualificationType operation creates a new Qualification type, which is represented by a
QualificationType data structure. |
Future<CreateQualificationTypeResult> |
createQualificationTypeAsync(CreateQualificationTypeRequest request,
AsyncHandler<CreateQualificationTypeRequest,CreateQualificationTypeResult> asyncHandler)
The
CreateQualificationType operation creates a new Qualification type, which is represented by a
QualificationType data structure. |
Future<CreateWorkerBlockResult> |
createWorkerBlockAsync(CreateWorkerBlockRequest request)
The
CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. |
Future<CreateWorkerBlockResult> |
createWorkerBlockAsync(CreateWorkerBlockRequest request,
AsyncHandler<CreateWorkerBlockRequest,CreateWorkerBlockResult> asyncHandler)
The
CreateWorkerBlock operation allows you to prevent a Worker from working on your HITs. |
Future<DeleteHITResult> |
deleteHITAsync(DeleteHITRequest request)
The
DeleteHIT operation is used to delete HIT that is no longer needed. |
Future<DeleteHITResult> |
deleteHITAsync(DeleteHITRequest request,
AsyncHandler<DeleteHITRequest,DeleteHITResult> asyncHandler)
The
DeleteHIT operation is used to delete HIT that is no longer needed. |
Future<DeleteQualificationTypeResult> |
deleteQualificationTypeAsync(DeleteQualificationTypeRequest request)
The
DeleteQualificationType deletes a Qualification type and deletes any HIT types that are
associated with the Qualification type. |
Future<DeleteQualificationTypeResult> |
deleteQualificationTypeAsync(DeleteQualificationTypeRequest request,
AsyncHandler<DeleteQualificationTypeRequest,DeleteQualificationTypeResult> asyncHandler)
The
DeleteQualificationType deletes a Qualification type and deletes any HIT types that are
associated with the Qualification type. |
Future<DeleteWorkerBlockResult> |
deleteWorkerBlockAsync(DeleteWorkerBlockRequest request)
The
DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. |
Future<DeleteWorkerBlockResult> |
deleteWorkerBlockAsync(DeleteWorkerBlockRequest request,
AsyncHandler<DeleteWorkerBlockRequest,DeleteWorkerBlockResult> asyncHandler)
The
DeleteWorkerBlock operation allows you to reinstate a blocked Worker to work on your HITs. |
Future<DisassociateQualificationFromWorkerResult> |
disassociateQualificationFromWorkerAsync(DisassociateQualificationFromWorkerRequest request)
The
DisassociateQualificationFromWorker revokes a previously granted Qualification from a user. |
Future<DisassociateQualificationFromWorkerResult> |
disassociateQualificationFromWorkerAsync(DisassociateQualificationFromWorkerRequest request,
AsyncHandler<DisassociateQualificationFromWorkerRequest,DisassociateQualificationFromWorkerResult> asyncHandler)
The
DisassociateQualificationFromWorker revokes a previously granted Qualification from a user. |
Future<GetAccountBalanceResult> |
getAccountBalanceAsync(GetAccountBalanceRequest request)
The
GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk
account. |
Future<GetAccountBalanceResult> |
getAccountBalanceAsync(GetAccountBalanceRequest request,
AsyncHandler<GetAccountBalanceRequest,GetAccountBalanceResult> asyncHandler)
The
GetAccountBalance operation retrieves the amount of money in your Amazon Mechanical Turk
account. |
Future<GetAssignmentResult> |
getAssignmentAsync(GetAssignmentRequest request)
The
GetAssignment operation retrieves the details of the specified Assignment. |
Future<GetAssignmentResult> |
getAssignmentAsync(GetAssignmentRequest request,
AsyncHandler<GetAssignmentRequest,GetAssignmentResult> asyncHandler)
The
GetAssignment operation retrieves the details of the specified Assignment. |
Future<GetFileUploadURLResult> |
getFileUploadURLAsync(GetFileUploadURLRequest request)
The
GetFileUploadURL operation generates and returns a temporary URL. |
Future<GetFileUploadURLResult> |
getFileUploadURLAsync(GetFileUploadURLRequest request,
AsyncHandler<GetFileUploadURLRequest,GetFileUploadURLResult> asyncHandler)
The
GetFileUploadURL operation generates and returns a temporary URL. |
Future<GetHITResult> |
getHITAsync(GetHITRequest request)
The
GetHIT operation retrieves the details of the specified HIT. |
Future<GetHITResult> |
getHITAsync(GetHITRequest request,
AsyncHandler<GetHITRequest,GetHITResult> asyncHandler)
The
GetHIT operation retrieves the details of the specified HIT. |
Future<GetQualificationScoreResult> |
getQualificationScoreAsync(GetQualificationScoreRequest request)
The
GetQualificationScore operation returns the value of a Worker's Qualification for a given
Qualification type. |
Future<GetQualificationScoreResult> |
getQualificationScoreAsync(GetQualificationScoreRequest request,
AsyncHandler<GetQualificationScoreRequest,GetQualificationScoreResult> asyncHandler)
The
GetQualificationScore operation returns the value of a Worker's Qualification for a given
Qualification type. |
Future<GetQualificationTypeResult> |
getQualificationTypeAsync(GetQualificationTypeRequest request)
The
GetQualificationType operation retrieves information about a Qualification type using its ID. |
Future<GetQualificationTypeResult> |
getQualificationTypeAsync(GetQualificationTypeRequest request,
AsyncHandler<GetQualificationTypeRequest,GetQualificationTypeResult> asyncHandler)
The
GetQualificationType operation retrieves information about a Qualification type using its ID. |
Future<ListAssignmentsForHITResult> |
listAssignmentsForHITAsync(ListAssignmentsForHITRequest request)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
Future<ListAssignmentsForHITResult> |
listAssignmentsForHITAsync(ListAssignmentsForHITRequest request,
AsyncHandler<ListAssignmentsForHITRequest,ListAssignmentsForHITResult> asyncHandler)
The
ListAssignmentsForHIT operation retrieves completed assignments for a HIT. |
Future<ListBonusPaymentsResult> |
listBonusPaymentsAsync(ListBonusPaymentsRequest request)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
Future<ListBonusPaymentsResult> |
listBonusPaymentsAsync(ListBonusPaymentsRequest request,
AsyncHandler<ListBonusPaymentsRequest,ListBonusPaymentsResult> asyncHandler)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
Future<ListHITsResult> |
listHITsAsync(ListHITsRequest request)
The
ListHITs operation returns all of a Requester's HITs. |
Future<ListHITsResult> |
listHITsAsync(ListHITsRequest request,
AsyncHandler<ListHITsRequest,ListHITsResult> asyncHandler)
The
ListHITs operation returns all of a Requester's HITs. |
Future<ListHITsForQualificationTypeResult> |
listHITsForQualificationTypeAsync(ListHITsForQualificationTypeRequest request)
The
ListHITsForQualificationType operation returns the HITs that use the given Qualification type
for a Qualification requirement. |
Future<ListHITsForQualificationTypeResult> |
listHITsForQualificationTypeAsync(ListHITsForQualificationTypeRequest request,
AsyncHandler<ListHITsForQualificationTypeRequest,ListHITsForQualificationTypeResult> asyncHandler)
The
ListHITsForQualificationType operation returns the HITs that use the given Qualification type
for a Qualification requirement. |
Future<ListQualificationRequestsResult> |
listQualificationRequestsAsync(ListQualificationRequestsRequest request)
The
ListQualificationRequests operation retrieves requests for Qualifications of a particular
Qualification type. |
Future<ListQualificationRequestsResult> |
listQualificationRequestsAsync(ListQualificationRequestsRequest request,
AsyncHandler<ListQualificationRequestsRequest,ListQualificationRequestsResult> asyncHandler)
The
ListQualificationRequests operation retrieves requests for Qualifications of a particular
Qualification type. |
Future<ListQualificationTypesResult> |
listQualificationTypesAsync(ListQualificationTypesRequest request)
The
ListQualificationRequests operation retrieves requests for Qualifications of a particular
Qualification type. |
Future<ListQualificationTypesResult> |
listQualificationTypesAsync(ListQualificationTypesRequest request,
AsyncHandler<ListQualificationTypesRequest,ListQualificationTypesResult> asyncHandler)
The
ListQualificationRequests operation retrieves requests for Qualifications of a particular
Qualification type. |
Future<ListReviewableHITsResult> |
listReviewableHITsAsync(ListReviewableHITsRequest request)
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
Future<ListReviewableHITsResult> |
listReviewableHITsAsync(ListReviewableHITsRequest request,
AsyncHandler<ListReviewableHITsRequest,ListReviewableHITsResult> asyncHandler)
The
ListReviewableHITs operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation. |
Future<ListReviewPolicyResultsForHITResult> |
listReviewPolicyResultsForHITAsync(ListReviewPolicyResultsForHITRequest request)
The
ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in
the course of executing your Review Policies for a given HIT. |
Future<ListReviewPolicyResultsForHITResult> |
listReviewPolicyResultsForHITAsync(ListReviewPolicyResultsForHITRequest request,
AsyncHandler<ListReviewPolicyResultsForHITRequest,ListReviewPolicyResultsForHITResult> asyncHandler)
The
ListReviewPolicyResultsForHIT operation retrieves the computed results and the actions taken in
the course of executing your Review Policies for a given HIT. |
Future<ListWorkerBlocksResult> |
listWorkerBlocksAsync(ListWorkerBlocksRequest request)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
Future<ListWorkerBlocksResult> |
listWorkerBlocksAsync(ListWorkerBlocksRequest request,
AsyncHandler<ListWorkerBlocksRequest,ListWorkerBlocksResult> asyncHandler)
The
ListWorkersBlocks operation retrieves a list of Workers who are blocked from working on your
HITs. |
Future<ListWorkersWithQualificationTypeResult> |
listWorkersWithQualificationTypeAsync(ListWorkersWithQualificationTypeRequest request)
The
ListWorkersWithQualificationType operation returns all of the Workers that have been associated
with a given Qualification type. |
Future<ListWorkersWithQualificationTypeResult> |
listWorkersWithQualificationTypeAsync(ListWorkersWithQualificationTypeRequest request,
AsyncHandler<ListWorkersWithQualificationTypeRequest,ListWorkersWithQualificationTypeResult> asyncHandler)
The
ListWorkersWithQualificationType operation returns all of the Workers that have been associated
with a given Qualification type. |
Future<NotifyWorkersResult> |
notifyWorkersAsync(NotifyWorkersRequest request)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
Future<NotifyWorkersResult> |
notifyWorkersAsync(NotifyWorkersRequest request,
AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler)
The
NotifyWorkers operation sends an email to one or more Workers that you specify with the Worker
ID. |
Future<RejectAssignmentResult> |
rejectAssignmentAsync(RejectAssignmentRequest request)
The
RejectAssignment operation rejects the results of a completed assignment. |
Future<RejectAssignmentResult> |
rejectAssignmentAsync(RejectAssignmentRequest request,
AsyncHandler<RejectAssignmentRequest,RejectAssignmentResult> asyncHandler)
The
RejectAssignment operation rejects the results of a completed assignment. |
Future<RejectQualificationRequestResult> |
rejectQualificationRequestAsync(RejectQualificationRequestRequest request)
The
RejectQualificationRequest operation rejects a user's request for a Qualification. |
Future<RejectQualificationRequestResult> |
rejectQualificationRequestAsync(RejectQualificationRequestRequest request,
AsyncHandler<RejectQualificationRequestRequest,RejectQualificationRequestResult> asyncHandler)
The
RejectQualificationRequest operation rejects a user's request for a Qualification. |
Future<SendBonusResult> |
sendBonusAsync(SendBonusRequest request)
The
SendBonus operation issues a payment of money from your account to a Worker. |
Future<SendBonusResult> |
sendBonusAsync(SendBonusRequest request,
AsyncHandler<SendBonusRequest,SendBonusResult> asyncHandler)
The
SendBonus operation issues a payment of money from your account to a Worker. |
Future<SendTestEventNotificationResult> |
sendTestEventNotificationAsync(SendTestEventNotificationRequest request)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
Future<SendTestEventNotificationResult> |
sendTestEventNotificationAsync(SendTestEventNotificationRequest request,
AsyncHandler<SendTestEventNotificationRequest,SendTestEventNotificationResult> asyncHandler)
The
SendTestEventNotification operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. |
Future<UpdateExpirationForHITResult> |
updateExpirationForHITAsync(UpdateExpirationForHITRequest request)
The
UpdateExpirationForHIT operation allows you update the expiration time of a HIT. |
Future<UpdateExpirationForHITResult> |
updateExpirationForHITAsync(UpdateExpirationForHITRequest request,
AsyncHandler<UpdateExpirationForHITRequest,UpdateExpirationForHITResult> asyncHandler)
The
UpdateExpirationForHIT operation allows you update the expiration time of a HIT. |
Future<UpdateHITReviewStatusResult> |
updateHITReviewStatusAsync(UpdateHITReviewStatusRequest request)
The
UpdateHITReviewStatus operation updates the status of a HIT. |
Future<UpdateHITReviewStatusResult> |
updateHITReviewStatusAsync(UpdateHITReviewStatusRequest request,
AsyncHandler<UpdateHITReviewStatusRequest,UpdateHITReviewStatusResult> asyncHandler)
The
UpdateHITReviewStatus operation updates the status of a HIT. |
Future<UpdateHITTypeOfHITResult> |
updateHITTypeOfHITAsync(UpdateHITTypeOfHITRequest request)
The
UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT. |
Future<UpdateHITTypeOfHITResult> |
updateHITTypeOfHITAsync(UpdateHITTypeOfHITRequest request,
AsyncHandler<UpdateHITTypeOfHITRequest,UpdateHITTypeOfHITResult> asyncHandler)
The
UpdateHITTypeOfHIT operation allows you to change the HITType properties of a HIT. |
Future<UpdateNotificationSettingsResult> |
updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request)
The
UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for
a HIT type. |
Future<UpdateNotificationSettingsResult> |
updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request,
AsyncHandler<UpdateNotificationSettingsRequest,UpdateNotificationSettingsResult> asyncHandler)
The
UpdateNotificationSettings operation creates, updates, disables or re-enables notifications for
a HIT type. |
Future<UpdateQualificationTypeResult> |
updateQualificationTypeAsync(UpdateQualificationTypeRequest request)
The
UpdateQualificationType operation modifies the attributes of an existing Qualification type,
which is represented by a QualificationType data structure. |
Future<UpdateQualificationTypeResult> |
updateQualificationTypeAsync(UpdateQualificationTypeRequest request,
AsyncHandler<UpdateQualificationTypeRequest,UpdateQualificationTypeResult> asyncHandler)
The
UpdateQualificationType operation modifies the attributes of an existing Qualification type,
which is represented by a QualificationType data structure. |
acceptQualificationRequest, approveAssignment, associateQualificationWithWorker, createAdditionalAssignmentsForHIT, createHIT, createHITType, createHITWithHITType, createQualificationType, createWorkerBlock, deleteHIT, deleteQualificationType, deleteWorkerBlock, disassociateQualificationFromWorker, getAccountBalance, getAssignment, getCachedResponseMetadata, getFileUploadURL, getHIT, getQualificationScore, getQualificationType, listAssignmentsForHIT, listBonusPayments, listHITs, listHITsForQualificationType, listQualificationRequests, listQualificationTypes, listReviewableHITs, listReviewPolicyResultsForHIT, listWorkerBlocks, listWorkersWithQualificationType, notifyWorkers, rejectAssignment, rejectQualificationRequest, sendBonus, sendTestEventNotification, shutdown, updateExpirationForHIT, updateHITReviewStatus, updateHITTypeOfHIT, updateNotificationSettings, updateQualificationType
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
acceptQualificationRequest, approveAssignment, associateQualificationWithWorker, createAdditionalAssignmentsForHIT, createHIT, createHITType, createHITWithHITType, createQualificationType, createWorkerBlock, deleteHIT, deleteQualificationType, deleteWorkerBlock, disassociateQualificationFromWorker, getAccountBalance, getAssignment, getCachedResponseMetadata, getFileUploadURL, getHIT, getQualificationScore, getQualificationType, listAssignmentsForHIT, listBonusPayments, listHITs, listHITsForQualificationType, listQualificationRequests, listQualificationTypes, listReviewableHITs, listReviewPolicyResultsForHIT, listWorkerBlocks, listWorkersWithQualificationType, notifyWorkers, rejectAssignment, rejectQualificationRequest, sendBonus, sendTestEventNotification, shutdown, updateExpirationForHIT, updateHITReviewStatus, updateHITTypeOfHIT, updateNotificationSettings, updateQualificationType
public Future<AcceptQualificationRequestResult> acceptQualificationRequestAsync(AcceptQualificationRequestRequest request)
AmazonMTurkAsync
The AcceptQualificationRequest
operation approves a Worker's request for a Qualification.
Only the owner of the Qualification type can grant a Qualification request for that type.
A successful request for the AcceptQualificationRequest
operation returns with no errors and an
empty body.
acceptQualificationRequestAsync
in interface AmazonMTurkAsync
public Future<AcceptQualificationRequestResult> acceptQualificationRequestAsync(AcceptQualificationRequestRequest request, AsyncHandler<AcceptQualificationRequestRequest,AcceptQualificationRequestResult> asyncHandler)
AmazonMTurkAsync
The AcceptQualificationRequest
operation approves a Worker's request for a Qualification.
Only the owner of the Qualification type can grant a Qualification request for that type.
A successful request for the AcceptQualificationRequest
operation returns with no errors and an
empty body.
acceptQualificationRequestAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ApproveAssignmentResult> approveAssignmentAsync(ApproveAssignmentRequest request)
AmazonMTurkAsync
The ApproveAssignment
operation approves the results of a completed assignment.
Approving an assignment initiates two payments from the Requester's Amazon.com account
The Worker who submitted the results is paid the reward specified in the HIT.
Amazon Mechanical Turk fees are debited.
If the Requester's account does not have adequate funds for these payments, the call to ApproveAssignment returns an exception, and the approval is not processed. You can include an optional feedback message with the approval, which the Worker can see in the Status section of the web site.
You can also call this operation for assignments that were previous rejected and approve them by explicitly overriding the previous rejection. This only works on rejected assignments that were submitted within the previous 30 days and only if the assignment's related HIT has not been deleted.
approveAssignmentAsync
in interface AmazonMTurkAsync
public Future<ApproveAssignmentResult> approveAssignmentAsync(ApproveAssignmentRequest request, AsyncHandler<ApproveAssignmentRequest,ApproveAssignmentResult> asyncHandler)
AmazonMTurkAsync
The ApproveAssignment
operation approves the results of a completed assignment.
Approving an assignment initiates two payments from the Requester's Amazon.com account
The Worker who submitted the results is paid the reward specified in the HIT.
Amazon Mechanical Turk fees are debited.
If the Requester's account does not have adequate funds for these payments, the call to ApproveAssignment returns an exception, and the approval is not processed. You can include an optional feedback message with the approval, which the Worker can see in the Status section of the web site.
You can also call this operation for assignments that were previous rejected and approve them by explicitly overriding the previous rejection. This only works on rejected assignments that were submitted within the previous 30 days and only if the assignment's related HIT has not been deleted.
approveAssignmentAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<AssociateQualificationWithWorkerResult> associateQualificationWithWorkerAsync(AssociateQualificationWithWorkerRequest request)
AmazonMTurkAsync
The AssociateQualificationWithWorker
operation gives a Worker a Qualification.
AssociateQualificationWithWorker
does not require that the Worker submit a Qualification request. It
gives the Qualification directly to the Worker.
You can only assign a Qualification of a Qualification type that you created (using the
CreateQualificationType
operation).
Note: AssociateQualificationWithWorker
does not affect any pending Qualification requests for the
Qualification by the Worker. If you assign a Qualification to a Worker, then later grant a Qualification request
made by the Worker, the granting of the request may modify the Qualification score. To resolve a pending
Qualification request without affecting the Qualification the Worker already has, reject the request with the
RejectQualificationRequest
operation.
associateQualificationWithWorkerAsync
in interface AmazonMTurkAsync
public Future<AssociateQualificationWithWorkerResult> associateQualificationWithWorkerAsync(AssociateQualificationWithWorkerRequest request, AsyncHandler<AssociateQualificationWithWorkerRequest,AssociateQualificationWithWorkerResult> asyncHandler)
AmazonMTurkAsync
The AssociateQualificationWithWorker
operation gives a Worker a Qualification.
AssociateQualificationWithWorker
does not require that the Worker submit a Qualification request. It
gives the Qualification directly to the Worker.
You can only assign a Qualification of a Qualification type that you created (using the
CreateQualificationType
operation).
Note: AssociateQualificationWithWorker
does not affect any pending Qualification requests for the
Qualification by the Worker. If you assign a Qualification to a Worker, then later grant a Qualification request
made by the Worker, the granting of the request may modify the Qualification score. To resolve a pending
Qualification request without affecting the Qualification the Worker already has, reject the request with the
RejectQualificationRequest
operation.
associateQualificationWithWorkerAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateAdditionalAssignmentsForHITResult> createAdditionalAssignmentsForHITAsync(CreateAdditionalAssignmentsForHITRequest request)
AmazonMTurkAsync
The CreateAdditionalAssignmentsForHIT
operation increases the maximum number of assignments of an
existing HIT.
To extend the maximum number of assignments, specify the number of additional assignments.
HITs created with fewer than 10 assignments cannot be extended to have 10 or more assignments. Attempting to add
assignments in a way that brings the total number of assignments for a HIT from fewer than 10 assignments to 10
or more assignments will result in an AWS.MechanicalTurk.InvalidMaximumAssignmentsIncrease
exception.
HITs that were created before July 22, 2015 cannot be extended. Attempting to extend HITs that were created
before July 22, 2015 will result in an AWS.MechanicalTurk.HITTooOldForExtension
exception.
createAdditionalAssignmentsForHITAsync
in interface AmazonMTurkAsync
public Future<CreateAdditionalAssignmentsForHITResult> createAdditionalAssignmentsForHITAsync(CreateAdditionalAssignmentsForHITRequest request, AsyncHandler<CreateAdditionalAssignmentsForHITRequest,CreateAdditionalAssignmentsForHITResult> asyncHandler)
AmazonMTurkAsync
The CreateAdditionalAssignmentsForHIT
operation increases the maximum number of assignments of an
existing HIT.
To extend the maximum number of assignments, specify the number of additional assignments.
HITs created with fewer than 10 assignments cannot be extended to have 10 or more assignments. Attempting to add
assignments in a way that brings the total number of assignments for a HIT from fewer than 10 assignments to 10
or more assignments will result in an AWS.MechanicalTurk.InvalidMaximumAssignmentsIncrease
exception.
HITs that were created before July 22, 2015 cannot be extended. Attempting to extend HITs that were created
before July 22, 2015 will result in an AWS.MechanicalTurk.HITTooOldForExtension
exception.
createAdditionalAssignmentsForHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHITResult> createHITAsync(CreateHITRequest request)
AmazonMTurkAsync
The CreateHIT
operation creates a new Human Intelligence Task (HIT). The new HIT is made available
for Workers to find and accept on the Amazon Mechanical Turk website.
This operation allows you to specify a new HIT by passing in values for the properties of the HIT, such as its
title, reward amount and number of assignments. When you pass these values to CreateHIT
, a new HIT
is created for you, with a new HITTypeID
. The HITTypeID can be used to create additional HITs in the
future without needing to specify common parameters such as the title, description and reward amount each time.
An alternative way to create HITs is to first generate a HITTypeID using the CreateHITType
operation
and then call the CreateHITWithHITType
operation. This is the recommended best practice for
Requesters who are creating large numbers of HITs.
CreateHIT also supports several ways to provide question data: by providing a value for the Question
parameter that fully specifies the contents of the HIT, or by providing a HitLayoutId
and associated
HitLayoutParameters
.
If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing.
createHITAsync
in interface AmazonMTurkAsync
public Future<CreateHITResult> createHITAsync(CreateHITRequest request, AsyncHandler<CreateHITRequest,CreateHITResult> asyncHandler)
AmazonMTurkAsync
The CreateHIT
operation creates a new Human Intelligence Task (HIT). The new HIT is made available
for Workers to find and accept on the Amazon Mechanical Turk website.
This operation allows you to specify a new HIT by passing in values for the properties of the HIT, such as its
title, reward amount and number of assignments. When you pass these values to CreateHIT
, a new HIT
is created for you, with a new HITTypeID
. The HITTypeID can be used to create additional HITs in the
future without needing to specify common parameters such as the title, description and reward amount each time.
An alternative way to create HITs is to first generate a HITTypeID using the CreateHITType
operation
and then call the CreateHITWithHITType
operation. This is the recommended best practice for
Requesters who are creating large numbers of HITs.
CreateHIT also supports several ways to provide question data: by providing a value for the Question
parameter that fully specifies the contents of the HIT, or by providing a HitLayoutId
and associated
HitLayoutParameters
.
If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing.
createHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHITTypeResult> createHITTypeAsync(CreateHITTypeRequest request)
AmazonMTurkAsync
The CreateHITType
operation creates a new HIT type. This operation allows you to define a standard
set of HIT properties to use when creating HITs. If you register a HIT type with values that match an existing
HIT type, the HIT type ID of the existing type will be returned.
createHITTypeAsync
in interface AmazonMTurkAsync
public Future<CreateHITTypeResult> createHITTypeAsync(CreateHITTypeRequest request, AsyncHandler<CreateHITTypeRequest,CreateHITTypeResult> asyncHandler)
AmazonMTurkAsync
The CreateHITType
operation creates a new HIT type. This operation allows you to define a standard
set of HIT properties to use when creating HITs. If you register a HIT type with values that match an existing
HIT type, the HIT type ID of the existing type will be returned.
createHITTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateHITWithHITTypeResult> createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request)
AmazonMTurkAsync
The CreateHITWithHITType
operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType
operation.
This is an alternative way to create HITs from the CreateHIT
operation. This is the recommended best
practice for Requesters who are creating large numbers of HITs.
CreateHITWithHITType also supports several ways to provide question data: by providing a value for the
Question
parameter that fully specifies the contents of the HIT, or by providing a
HitLayoutId
and associated HitLayoutParameters
.
If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing.
createHITWithHITTypeAsync
in interface AmazonMTurkAsync
public Future<CreateHITWithHITTypeResult> createHITWithHITTypeAsync(CreateHITWithHITTypeRequest request, AsyncHandler<CreateHITWithHITTypeRequest,CreateHITWithHITTypeResult> asyncHandler)
AmazonMTurkAsync
The CreateHITWithHITType
operation creates a new Human Intelligence Task (HIT) using an existing
HITTypeID generated by the CreateHITType
operation.
This is an alternative way to create HITs from the CreateHIT
operation. This is the recommended best
practice for Requesters who are creating large numbers of HITs.
CreateHITWithHITType also supports several ways to provide question data: by providing a value for the
Question
parameter that fully specifies the contents of the HIT, or by providing a
HitLayoutId
and associated HitLayoutParameters
.
If a HIT is created with 10 or more maximum assignments, there is an additional fee. For more information, see Amazon Mechanical Turk Pricing.
createHITWithHITTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateQualificationTypeResult> createQualificationTypeAsync(CreateQualificationTypeRequest request)
AmazonMTurkAsync
The CreateQualificationType
operation creates a new Qualification type, which is represented by a
QualificationType
data structure.
createQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<CreateQualificationTypeResult> createQualificationTypeAsync(CreateQualificationTypeRequest request, AsyncHandler<CreateQualificationTypeRequest,CreateQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The CreateQualificationType
operation creates a new Qualification type, which is represented by a
QualificationType
data structure.
createQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<CreateWorkerBlockResult> createWorkerBlockAsync(CreateWorkerBlockRequest request)
AmazonMTurkAsync
The CreateWorkerBlock
operation allows you to prevent a Worker from working on your HITs. For
example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.
createWorkerBlockAsync
in interface AmazonMTurkAsync
public Future<CreateWorkerBlockResult> createWorkerBlockAsync(CreateWorkerBlockRequest request, AsyncHandler<CreateWorkerBlockRequest,CreateWorkerBlockResult> asyncHandler)
AmazonMTurkAsync
The CreateWorkerBlock
operation allows you to prevent a Worker from working on your HITs. For
example, you can block a Worker who is producing poor quality work. You can block up to 100,000 Workers.
createWorkerBlockAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteHITResult> deleteHITAsync(DeleteHITRequest request)
AmazonMTurkAsync
The DeleteHIT
operation is used to delete HIT that is no longer needed. Only the Requester who
created the HIT can delete it.
You can only dispose of HITs that are in the Reviewable
state, with all of their submitted
assignments already either approved or rejected. If you call the DeleteHIT operation on a HIT that is not in the
Reviewable
state (for example, that has not expired, or still has active assignments), or on a HIT
that is Reviewable but without all of its submitted assignments already approved or rejected, the service will
return an error.
HITs are automatically disposed of after 120 days.
After you dispose of a HIT, you can no longer approve the HIT's rejected assignments.
Disposed HITs are not returned in results for the ListHITs operation.
Disposing HITs can improve the performance of operations such as ListReviewableHITs and ListHITs.
deleteHITAsync
in interface AmazonMTurkAsync
public Future<DeleteHITResult> deleteHITAsync(DeleteHITRequest request, AsyncHandler<DeleteHITRequest,DeleteHITResult> asyncHandler)
AmazonMTurkAsync
The DeleteHIT
operation is used to delete HIT that is no longer needed. Only the Requester who
created the HIT can delete it.
You can only dispose of HITs that are in the Reviewable
state, with all of their submitted
assignments already either approved or rejected. If you call the DeleteHIT operation on a HIT that is not in the
Reviewable
state (for example, that has not expired, or still has active assignments), or on a HIT
that is Reviewable but without all of its submitted assignments already approved or rejected, the service will
return an error.
HITs are automatically disposed of after 120 days.
After you dispose of a HIT, you can no longer approve the HIT's rejected assignments.
Disposed HITs are not returned in results for the ListHITs operation.
Disposing HITs can improve the performance of operations such as ListReviewableHITs and ListHITs.
deleteHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteQualificationTypeResult> deleteQualificationTypeAsync(DeleteQualificationTypeRequest request)
AmazonMTurkAsync
The DeleteQualificationType
deletes a Qualification type and deletes any HIT types that are
associated with the Qualification type.
This operation does not revoke Qualifications already assigned to Workers because the Qualifications might be needed for active HITs. If there are any pending requests for the Qualification type, Amazon Mechanical Turk rejects those requests. After you delete a Qualification type, you can no longer use it to create HITs or HIT types.
DeleteQualificationType must wait for all the HITs that use the deleted Qualification type to be deleted before completing. It may take up to 48 hours before DeleteQualificationType completes and the unique name of the Qualification type is available for reuse with CreateQualificationType.
deleteQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<DeleteQualificationTypeResult> deleteQualificationTypeAsync(DeleteQualificationTypeRequest request, AsyncHandler<DeleteQualificationTypeRequest,DeleteQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The DeleteQualificationType
deletes a Qualification type and deletes any HIT types that are
associated with the Qualification type.
This operation does not revoke Qualifications already assigned to Workers because the Qualifications might be needed for active HITs. If there are any pending requests for the Qualification type, Amazon Mechanical Turk rejects those requests. After you delete a Qualification type, you can no longer use it to create HITs or HIT types.
DeleteQualificationType must wait for all the HITs that use the deleted Qualification type to be deleted before completing. It may take up to 48 hours before DeleteQualificationType completes and the unique name of the Qualification type is available for reuse with CreateQualificationType.
deleteQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DeleteWorkerBlockResult> deleteWorkerBlockAsync(DeleteWorkerBlockRequest request)
AmazonMTurkAsync
The DeleteWorkerBlock
operation allows you to reinstate a blocked Worker to work on your HITs. This
operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation.
If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If
the specified Worker is not blocked, this operation returns successfully.
deleteWorkerBlockAsync
in interface AmazonMTurkAsync
public Future<DeleteWorkerBlockResult> deleteWorkerBlockAsync(DeleteWorkerBlockRequest request, AsyncHandler<DeleteWorkerBlockRequest,DeleteWorkerBlockResult> asyncHandler)
AmazonMTurkAsync
The DeleteWorkerBlock
operation allows you to reinstate a blocked Worker to work on your HITs. This
operation reverses the effects of the CreateWorkerBlock operation. You need the Worker ID to use this operation.
If the Worker ID is missing or invalid, this operation fails and returns the message “WorkerId is invalid.” If
the specified Worker is not blocked, this operation returns successfully.
deleteWorkerBlockAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DisassociateQualificationFromWorkerResult> disassociateQualificationFromWorkerAsync(DisassociateQualificationFromWorkerRequest request)
AmazonMTurkAsync
The DisassociateQualificationFromWorker
revokes a previously granted Qualification from a user.
You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.
disassociateQualificationFromWorkerAsync
in interface AmazonMTurkAsync
public Future<DisassociateQualificationFromWorkerResult> disassociateQualificationFromWorkerAsync(DisassociateQualificationFromWorkerRequest request, AsyncHandler<DisassociateQualificationFromWorkerRequest,DisassociateQualificationFromWorkerResult> asyncHandler)
AmazonMTurkAsync
The DisassociateQualificationFromWorker
revokes a previously granted Qualification from a user.
You can provide a text message explaining why the Qualification was revoked. The user who had the Qualification can see this message.
disassociateQualificationFromWorkerAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAccountBalanceResult> getAccountBalanceAsync(GetAccountBalanceRequest request)
AmazonMTurkAsync
The GetAccountBalance
operation retrieves the amount of money in your Amazon Mechanical Turk
account.
getAccountBalanceAsync
in interface AmazonMTurkAsync
public Future<GetAccountBalanceResult> getAccountBalanceAsync(GetAccountBalanceRequest request, AsyncHandler<GetAccountBalanceRequest,GetAccountBalanceResult> asyncHandler)
AmazonMTurkAsync
The GetAccountBalance
operation retrieves the amount of money in your Amazon Mechanical Turk
account.
getAccountBalanceAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetAssignmentResult> getAssignmentAsync(GetAssignmentRequest request)
AmazonMTurkAsync
The GetAssignment
operation retrieves the details of the specified Assignment.
getAssignmentAsync
in interface AmazonMTurkAsync
public Future<GetAssignmentResult> getAssignmentAsync(GetAssignmentRequest request, AsyncHandler<GetAssignmentRequest,GetAssignmentResult> asyncHandler)
AmazonMTurkAsync
The GetAssignment
operation retrieves the details of the specified Assignment.
getAssignmentAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetFileUploadURLResult> getFileUploadURLAsync(GetFileUploadURLRequest request)
AmazonMTurkAsync
The GetFileUploadURL
operation generates and returns a temporary URL. You use the temporary URL to
retrieve a file uploaded by a Worker as an answer to a FileUploadAnswer question for a HIT. The temporary URL is
generated the instant the GetFileUploadURL operation is called, and is valid for 60 seconds. You can get a
temporary file upload URL any time until the HIT is disposed. After the HIT is disposed, any uploaded files are
deleted, and cannot be retrieved.
getFileUploadURLAsync
in interface AmazonMTurkAsync
public Future<GetFileUploadURLResult> getFileUploadURLAsync(GetFileUploadURLRequest request, AsyncHandler<GetFileUploadURLRequest,GetFileUploadURLResult> asyncHandler)
AmazonMTurkAsync
The GetFileUploadURL
operation generates and returns a temporary URL. You use the temporary URL to
retrieve a file uploaded by a Worker as an answer to a FileUploadAnswer question for a HIT. The temporary URL is
generated the instant the GetFileUploadURL operation is called, and is valid for 60 seconds. You can get a
temporary file upload URL any time until the HIT is disposed. After the HIT is disposed, any uploaded files are
deleted, and cannot be retrieved.
getFileUploadURLAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetHITResult> getHITAsync(GetHITRequest request)
AmazonMTurkAsync
The GetHIT
operation retrieves the details of the specified HIT.
getHITAsync
in interface AmazonMTurkAsync
public Future<GetHITResult> getHITAsync(GetHITRequest request, AsyncHandler<GetHITRequest,GetHITResult> asyncHandler)
AmazonMTurkAsync
The GetHIT
operation retrieves the details of the specified HIT.
getHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQualificationScoreResult> getQualificationScoreAsync(GetQualificationScoreRequest request)
AmazonMTurkAsync
The GetQualificationScore
operation returns the value of a Worker's Qualification for a given
Qualification type.
To get a Worker's Qualification, you must know the Worker's ID. The Worker's ID is included in the assignment
data returned by the ListAssignmentsForHIT
operation.
Only the owner of a Qualification type can query the value of a Worker's Qualification of that type.
getQualificationScoreAsync
in interface AmazonMTurkAsync
public Future<GetQualificationScoreResult> getQualificationScoreAsync(GetQualificationScoreRequest request, AsyncHandler<GetQualificationScoreRequest,GetQualificationScoreResult> asyncHandler)
AmazonMTurkAsync
The GetQualificationScore
operation returns the value of a Worker's Qualification for a given
Qualification type.
To get a Worker's Qualification, you must know the Worker's ID. The Worker's ID is included in the assignment
data returned by the ListAssignmentsForHIT
operation.
Only the owner of a Qualification type can query the value of a Worker's Qualification of that type.
getQualificationScoreAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<GetQualificationTypeResult> getQualificationTypeAsync(GetQualificationTypeRequest request)
AmazonMTurkAsync
The GetQualificationType
operation retrieves information about a Qualification type using its ID.
getQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<GetQualificationTypeResult> getQualificationTypeAsync(GetQualificationTypeRequest request, AsyncHandler<GetQualificationTypeRequest,GetQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The GetQualificationType
operation retrieves information about a Qualification type using its ID.
getQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListAssignmentsForHITResult> listAssignmentsForHITAsync(ListAssignmentsForHITRequest request)
AmazonMTurkAsync
The ListAssignmentsForHIT
operation retrieves completed assignments for a HIT. You can use this
operation to retrieve the results for a HIT.
You can get assignments for a HIT at any time, even if the HIT is not yet Reviewable. If a HIT requested multiple assignments, and has received some results but has not yet become Reviewable, you can still retrieve the partial results with this operation.
Use the AssignmentStatus parameter to control which set of assignments for a HIT are returned. The ListAssignmentsForHIT operation can return submitted assignments awaiting approval, or it can return assignments that have already been approved or rejected. You can set AssignmentStatus=Approved,Rejected to get assignments that have already been approved and rejected together in one result set.
Only the Requester who created the HIT can retrieve the assignments for that HIT.
Results are sorted and divided into numbered pages and the operation returns a single page of results. You can use the parameters of the operation to control sorting and pagination.
listAssignmentsForHITAsync
in interface AmazonMTurkAsync
public Future<ListAssignmentsForHITResult> listAssignmentsForHITAsync(ListAssignmentsForHITRequest request, AsyncHandler<ListAssignmentsForHITRequest,ListAssignmentsForHITResult> asyncHandler)
AmazonMTurkAsync
The ListAssignmentsForHIT
operation retrieves completed assignments for a HIT. You can use this
operation to retrieve the results for a HIT.
You can get assignments for a HIT at any time, even if the HIT is not yet Reviewable. If a HIT requested multiple assignments, and has received some results but has not yet become Reviewable, you can still retrieve the partial results with this operation.
Use the AssignmentStatus parameter to control which set of assignments for a HIT are returned. The ListAssignmentsForHIT operation can return submitted assignments awaiting approval, or it can return assignments that have already been approved or rejected. You can set AssignmentStatus=Approved,Rejected to get assignments that have already been approved and rejected together in one result set.
Only the Requester who created the HIT can retrieve the assignments for that HIT.
Results are sorted and divided into numbered pages and the operation returns a single page of results. You can use the parameters of the operation to control sorting and pagination.
listAssignmentsForHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListBonusPaymentsResult> listBonusPaymentsAsync(ListBonusPaymentsRequest request)
AmazonMTurkAsync
The ListBonusPayments
operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment.
listBonusPaymentsAsync
in interface AmazonMTurkAsync
public Future<ListBonusPaymentsResult> listBonusPaymentsAsync(ListBonusPaymentsRequest request, AsyncHandler<ListBonusPaymentsRequest,ListBonusPaymentsResult> asyncHandler)
AmazonMTurkAsync
The ListBonusPayments
operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment.
listBonusPaymentsAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHITsResult> listHITsAsync(ListHITsRequest request)
AmazonMTurkAsync
The ListHITs
operation returns all of a Requester's HITs. The operation returns HITs of any status,
except for HITs that have been deleted of with the DeleteHIT operation or that have been auto-deleted.
listHITsAsync
in interface AmazonMTurkAsync
public Future<ListHITsResult> listHITsAsync(ListHITsRequest request, AsyncHandler<ListHITsRequest,ListHITsResult> asyncHandler)
AmazonMTurkAsync
The ListHITs
operation returns all of a Requester's HITs. The operation returns HITs of any status,
except for HITs that have been deleted of with the DeleteHIT operation or that have been auto-deleted.
listHITsAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHITsForQualificationTypeResult> listHITsForQualificationTypeAsync(ListHITsForQualificationTypeRequest request)
AmazonMTurkAsync
The ListHITsForQualificationType
operation returns the HITs that use the given Qualification type
for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted
with the DeleteHIT
operation or that have been auto-deleted.
listHITsForQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<ListHITsForQualificationTypeResult> listHITsForQualificationTypeAsync(ListHITsForQualificationTypeRequest request, AsyncHandler<ListHITsForQualificationTypeRequest,ListHITsForQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The ListHITsForQualificationType
operation returns the HITs that use the given Qualification type
for a Qualification requirement. The operation returns HITs of any status, except for HITs that have been deleted
with the DeleteHIT
operation or that have been auto-deleted.
listHITsForQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQualificationRequestsResult> listQualificationRequestsAsync(ListQualificationRequestsRequest request)
AmazonMTurkAsync
The ListQualificationRequests
operation retrieves requests for Qualifications of a particular
Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and
accepts them using the AcceptQualification operation.
listQualificationRequestsAsync
in interface AmazonMTurkAsync
public Future<ListQualificationRequestsResult> listQualificationRequestsAsync(ListQualificationRequestsRequest request, AsyncHandler<ListQualificationRequestsRequest,ListQualificationRequestsResult> asyncHandler)
AmazonMTurkAsync
The ListQualificationRequests
operation retrieves requests for Qualifications of a particular
Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and
accepts them using the AcceptQualification operation.
listQualificationRequestsAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListQualificationTypesResult> listQualificationTypesAsync(ListQualificationTypesRequest request)
AmazonMTurkAsync
The ListQualificationRequests
operation retrieves requests for Qualifications of a particular
Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and
accepts them using the AcceptQualification operation.
listQualificationTypesAsync
in interface AmazonMTurkAsync
public Future<ListQualificationTypesResult> listQualificationTypesAsync(ListQualificationTypesRequest request, AsyncHandler<ListQualificationTypesRequest,ListQualificationTypesResult> asyncHandler)
AmazonMTurkAsync
The ListQualificationRequests
operation retrieves requests for Qualifications of a particular
Qualification type. The owner of the Qualification type calls this operation to poll for pending requests, and
accepts them using the AcceptQualification operation.
listQualificationTypesAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReviewPolicyResultsForHITResult> listReviewPolicyResultsForHITAsync(ListReviewPolicyResultsForHITRequest request)
AmazonMTurkAsync
The ListReviewPolicyResultsForHIT
operation retrieves the computed results and the actions taken in
the course of executing your Review Policies for a given HIT. For information about how to specify Review
Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return
results for both Assignment-level and HIT-level review results.
listReviewPolicyResultsForHITAsync
in interface AmazonMTurkAsync
public Future<ListReviewPolicyResultsForHITResult> listReviewPolicyResultsForHITAsync(ListReviewPolicyResultsForHITRequest request, AsyncHandler<ListReviewPolicyResultsForHITRequest,ListReviewPolicyResultsForHITResult> asyncHandler)
AmazonMTurkAsync
The ListReviewPolicyResultsForHIT
operation retrieves the computed results and the actions taken in
the course of executing your Review Policies for a given HIT. For information about how to specify Review
Policies when you call CreateHIT, see Review Policies. The ListReviewPolicyResultsForHIT operation can return
results for both Assignment-level and HIT-level review results.
listReviewPolicyResultsForHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListReviewableHITsResult> listReviewableHITsAsync(ListReviewableHITsRequest request)
AmazonMTurkAsync
The ListReviewableHITs
operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation.
listReviewableHITsAsync
in interface AmazonMTurkAsync
public Future<ListReviewableHITsResult> listReviewableHITsAsync(ListReviewableHITsRequest request, AsyncHandler<ListReviewableHITsRequest,ListReviewableHITsResult> asyncHandler)
AmazonMTurkAsync
The ListReviewableHITs
operation retrieves the HITs with Status equal to Reviewable or Status equal
to Reviewing that belong to the Requester calling the operation.
listReviewableHITsAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkerBlocksResult> listWorkerBlocksAsync(ListWorkerBlocksRequest request)
AmazonMTurkAsync
The ListWorkersBlocks
operation retrieves a list of Workers who are blocked from working on your
HITs.
listWorkerBlocksAsync
in interface AmazonMTurkAsync
public Future<ListWorkerBlocksResult> listWorkerBlocksAsync(ListWorkerBlocksRequest request, AsyncHandler<ListWorkerBlocksRequest,ListWorkerBlocksResult> asyncHandler)
AmazonMTurkAsync
The ListWorkersBlocks
operation retrieves a list of Workers who are blocked from working on your
HITs.
listWorkerBlocksAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListWorkersWithQualificationTypeResult> listWorkersWithQualificationTypeAsync(ListWorkersWithQualificationTypeRequest request)
AmazonMTurkAsync
The ListWorkersWithQualificationType
operation returns all of the Workers that have been associated
with a given Qualification type.
listWorkersWithQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<ListWorkersWithQualificationTypeResult> listWorkersWithQualificationTypeAsync(ListWorkersWithQualificationTypeRequest request, AsyncHandler<ListWorkersWithQualificationTypeRequest,ListWorkersWithQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The ListWorkersWithQualificationType
operation returns all of the Workers that have been associated
with a given Qualification type.
listWorkersWithQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<NotifyWorkersResult> notifyWorkersAsync(NotifyWorkersRequest request)
AmazonMTurkAsync
The NotifyWorkers
operation sends an email to one or more Workers that you specify with the Worker
ID. You can specify up to 100 Worker IDs to send the same message with a single call to the NotifyWorkers
operation. The NotifyWorkers operation will send a notification email to a Worker only if you have previously
approved or rejected work from the Worker.
notifyWorkersAsync
in interface AmazonMTurkAsync
public Future<NotifyWorkersResult> notifyWorkersAsync(NotifyWorkersRequest request, AsyncHandler<NotifyWorkersRequest,NotifyWorkersResult> asyncHandler)
AmazonMTurkAsync
The NotifyWorkers
operation sends an email to one or more Workers that you specify with the Worker
ID. You can specify up to 100 Worker IDs to send the same message with a single call to the NotifyWorkers
operation. The NotifyWorkers operation will send a notification email to a Worker only if you have previously
approved or rejected work from the Worker.
notifyWorkersAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectAssignmentResult> rejectAssignmentAsync(RejectAssignmentRequest request)
AmazonMTurkAsync
The RejectAssignment
operation rejects the results of a completed assignment.
You can include an optional feedback message with the rejection, which the Worker can see in the Status section of the web site. When you include a feedback message with the rejection, it helps the Worker understand why the assignment was rejected, and can improve the quality of the results the Worker submits in the future.
Only the Requester who created the HIT can reject an assignment for the HIT.
rejectAssignmentAsync
in interface AmazonMTurkAsync
public Future<RejectAssignmentResult> rejectAssignmentAsync(RejectAssignmentRequest request, AsyncHandler<RejectAssignmentRequest,RejectAssignmentResult> asyncHandler)
AmazonMTurkAsync
The RejectAssignment
operation rejects the results of a completed assignment.
You can include an optional feedback message with the rejection, which the Worker can see in the Status section of the web site. When you include a feedback message with the rejection, it helps the Worker understand why the assignment was rejected, and can improve the quality of the results the Worker submits in the future.
Only the Requester who created the HIT can reject an assignment for the HIT.
rejectAssignmentAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<RejectQualificationRequestResult> rejectQualificationRequestAsync(RejectQualificationRequestRequest request)
AmazonMTurkAsync
The RejectQualificationRequest
operation rejects a user's request for a Qualification.
You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.
rejectQualificationRequestAsync
in interface AmazonMTurkAsync
public Future<RejectQualificationRequestResult> rejectQualificationRequestAsync(RejectQualificationRequestRequest request, AsyncHandler<RejectQualificationRequestRequest,RejectQualificationRequestResult> asyncHandler)
AmazonMTurkAsync
The RejectQualificationRequest
operation rejects a user's request for a Qualification.
You can provide a text message explaining why the request was rejected. The Worker who made the request can see this message.
rejectQualificationRequestAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SendBonusResult> sendBonusAsync(SendBonusRequest request)
AmazonMTurkAsync
The SendBonus
operation issues a payment of money from your account to a Worker. This payment
happens separately from the reward you pay to the Worker when you approve the Worker's assignment. The SendBonus
operation requires the Worker's ID and the assignment ID as parameters to initiate payment of the bonus. You must
include a message that explains the reason for the bonus payment, as the Worker may not be expecting the payment.
Amazon Mechanical Turk collects a fee for bonus payments, similar to the HIT listing fee. This operation fails if
your account does not have enough funds to pay for both the bonus and the fees.
sendBonusAsync
in interface AmazonMTurkAsync
public Future<SendBonusResult> sendBonusAsync(SendBonusRequest request, AsyncHandler<SendBonusRequest,SendBonusResult> asyncHandler)
AmazonMTurkAsync
The SendBonus
operation issues a payment of money from your account to a Worker. This payment
happens separately from the reward you pay to the Worker when you approve the Worker's assignment. The SendBonus
operation requires the Worker's ID and the assignment ID as parameters to initiate payment of the bonus. You must
include a message that explains the reason for the bonus payment, as the Worker may not be expecting the payment.
Amazon Mechanical Turk collects a fee for bonus payments, similar to the HIT listing fee. This operation fails if
your account does not have enough funds to pay for both the bonus and the fees.
sendBonusAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<SendTestEventNotificationResult> sendTestEventNotificationAsync(SendTestEventNotificationRequest request)
AmazonMTurkAsync
The SendTestEventNotification
operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. This allows you to test
notifications without setting up notifications for a real HIT type and trying to trigger them using the website.
When you call this operation, the service attempts to send the test notification immediately.
sendTestEventNotificationAsync
in interface AmazonMTurkAsync
public Future<SendTestEventNotificationResult> sendTestEventNotificationAsync(SendTestEventNotificationRequest request, AsyncHandler<SendTestEventNotificationRequest,SendTestEventNotificationResult> asyncHandler)
AmazonMTurkAsync
The SendTestEventNotification
operation causes Amazon Mechanical Turk to send a notification message
as if a HIT event occurred, according to the provided notification specification. This allows you to test
notifications without setting up notifications for a real HIT type and trying to trigger them using the website.
When you call this operation, the service attempts to send the test notification immediately.
sendTestEventNotificationAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateExpirationForHITResult> updateExpirationForHITAsync(UpdateExpirationForHITRequest request)
AmazonMTurkAsync
The UpdateExpirationForHIT
operation allows you update the expiration time of a HIT. If you update
it to a time in the past, the HIT will be immediately expired.
updateExpirationForHITAsync
in interface AmazonMTurkAsync
public Future<UpdateExpirationForHITResult> updateExpirationForHITAsync(UpdateExpirationForHITRequest request, AsyncHandler<UpdateExpirationForHITRequest,UpdateExpirationForHITResult> asyncHandler)
AmazonMTurkAsync
The UpdateExpirationForHIT
operation allows you update the expiration time of a HIT. If you update
it to a time in the past, the HIT will be immediately expired.
updateExpirationForHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateHITReviewStatusResult> updateHITReviewStatusAsync(UpdateHITReviewStatusRequest request)
AmazonMTurkAsync
The UpdateHITReviewStatus
operation updates the status of a HIT. If the status is Reviewable, this
operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.
updateHITReviewStatusAsync
in interface AmazonMTurkAsync
public Future<UpdateHITReviewStatusResult> updateHITReviewStatusAsync(UpdateHITReviewStatusRequest request, AsyncHandler<UpdateHITReviewStatusRequest,UpdateHITReviewStatusResult> asyncHandler)
AmazonMTurkAsync
The UpdateHITReviewStatus
operation updates the status of a HIT. If the status is Reviewable, this
operation can update the status to Reviewing, or it can revert a Reviewing HIT back to the Reviewable status.
updateHITReviewStatusAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateHITTypeOfHITResult> updateHITTypeOfHITAsync(UpdateHITTypeOfHITRequest request)
AmazonMTurkAsync
The UpdateHITTypeOfHIT
operation allows you to change the HITType properties of a HIT. This
operation disassociates the HIT from its old HITType properties and associates it with the new HITType
properties. The HIT takes on the properties of the new HITType in place of the old ones.
updateHITTypeOfHITAsync
in interface AmazonMTurkAsync
public Future<UpdateHITTypeOfHITResult> updateHITTypeOfHITAsync(UpdateHITTypeOfHITRequest request, AsyncHandler<UpdateHITTypeOfHITRequest,UpdateHITTypeOfHITResult> asyncHandler)
AmazonMTurkAsync
The UpdateHITTypeOfHIT
operation allows you to change the HITType properties of a HIT. This
operation disassociates the HIT from its old HITType properties and associates it with the new HITType
properties. The HIT takes on the properties of the new HITType in place of the old ones.
updateHITTypeOfHITAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateNotificationSettingsResult> updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request)
AmazonMTurkAsync
The UpdateNotificationSettings
operation creates, updates, disables or re-enables notifications for
a HIT type. If you call the UpdateNotificationSettings operation for a HIT type that already has a notification
specification, the operation replaces the old specification with a new one. You can call the
UpdateNotificationSettings operation to enable or disable notifications for the HIT type, without having to
modify the notification specification itself by providing updates to the Active status without specifying a new
notification specification. To change the Active status of a HIT type's notifications, the HIT type must already
have a notification specification, or one must be provided in the same call to
UpdateNotificationSettings
.
updateNotificationSettingsAsync
in interface AmazonMTurkAsync
public Future<UpdateNotificationSettingsResult> updateNotificationSettingsAsync(UpdateNotificationSettingsRequest request, AsyncHandler<UpdateNotificationSettingsRequest,UpdateNotificationSettingsResult> asyncHandler)
AmazonMTurkAsync
The UpdateNotificationSettings
operation creates, updates, disables or re-enables notifications for
a HIT type. If you call the UpdateNotificationSettings operation for a HIT type that already has a notification
specification, the operation replaces the old specification with a new one. You can call the
UpdateNotificationSettings operation to enable or disable notifications for the HIT type, without having to
modify the notification specification itself by providing updates to the Active status without specifying a new
notification specification. To change the Active status of a HIT type's notifications, the HIT type must already
have a notification specification, or one must be provided in the same call to
UpdateNotificationSettings
.
updateNotificationSettingsAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<UpdateQualificationTypeResult> updateQualificationTypeAsync(UpdateQualificationTypeRequest request)
AmazonMTurkAsync
The UpdateQualificationType
operation modifies the attributes of an existing Qualification type,
which is represented by a QualificationType data structure. Only the owner of a Qualification type can modify its
attributes.
Most attributes of a Qualification type can be changed after the type has been created. However, the Name and Keywords fields cannot be modified. The RetryDelayInSeconds parameter can be modified or added to change the delay or to enable retries, but RetryDelayInSeconds cannot be used to disable retries.
You can use this operation to update the test for a Qualification type. The test is updated based on the values specified for the Test, TestDurationInSeconds and AnswerKey parameters. All three parameters specify the updated test. If you are updating the test for a type, you must specify the Test and TestDurationInSeconds parameters. The AnswerKey parameter is optional; omitting it specifies that the updated test does not have an answer key.
If you omit the Test parameter, the test for the Qualification type is unchanged. There is no way to remove a test from a Qualification type that has one. If the type already has a test, you cannot update it to be AutoGranted. If the Qualification type does not have a test and one is provided by an update, the type will henceforth have a test.
If you want to update the test duration or answer key for an existing test without changing the questions, you must specify a Test parameter with the original questions, along with the updated values.
If you provide an updated Test but no AnswerKey, the new test will not have an answer key. Requests for such Qualifications must be granted manually.
You can also update the AutoGranted and AutoGrantedValue attributes of the Qualification type.
updateQualificationTypeAsync
in interface AmazonMTurkAsync
public Future<UpdateQualificationTypeResult> updateQualificationTypeAsync(UpdateQualificationTypeRequest request, AsyncHandler<UpdateQualificationTypeRequest,UpdateQualificationTypeResult> asyncHandler)
AmazonMTurkAsync
The UpdateQualificationType
operation modifies the attributes of an existing Qualification type,
which is represented by a QualificationType data structure. Only the owner of a Qualification type can modify its
attributes.
Most attributes of a Qualification type can be changed after the type has been created. However, the Name and Keywords fields cannot be modified. The RetryDelayInSeconds parameter can be modified or added to change the delay or to enable retries, but RetryDelayInSeconds cannot be used to disable retries.
You can use this operation to update the test for a Qualification type. The test is updated based on the values specified for the Test, TestDurationInSeconds and AnswerKey parameters. All three parameters specify the updated test. If you are updating the test for a type, you must specify the Test and TestDurationInSeconds parameters. The AnswerKey parameter is optional; omitting it specifies that the updated test does not have an answer key.
If you omit the Test parameter, the test for the Qualification type is unchanged. There is no way to remove a test from a Qualification type that has one. If the type already has a test, you cannot update it to be AutoGranted. If the Qualification type does not have a test and one is provided by an update, the type will henceforth have a test.
If you want to update the test duration or answer key for an existing test without changing the questions, you must specify a Test parameter with the original questions, along with the updated values.
If you provide an updated Test but no AnswerKey, the new test will not have an answer key. Requests for such Qualifications must be granted manually.
You can also update the AutoGranted and AutoGrantedValue attributes of the Qualification type.
updateQualificationTypeAsync
in interface AmazonMTurkAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.