Uses of Class
software.amazon.awssdk.services.mturk.model.SendBonusRequest
-
Packages that use SendBonusRequest Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.transform -
-
Uses of SendBonusRequest in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk with parameters of type SendBonusRequest Modifier and Type Method Description default CompletableFuture<SendBonusResponse>MTurkAsyncClient. sendBonus(SendBonusRequest sendBonusRequest)TheSendBonusoperation issues a payment of money from your account to a Worker.default SendBonusResponseMTurkClient. sendBonus(SendBonusRequest sendBonusRequest)TheSendBonusoperation issues a payment of money from your account to a Worker. -
Uses of SendBonusRequest in software.amazon.awssdk.services.mturk.transform
Methods in software.amazon.awssdk.services.mturk.transform with parameters of type SendBonusRequest Modifier and Type Method Description SdkHttpFullRequestSendBonusRequestMarshaller. marshall(SendBonusRequest sendBonusRequest)
-