Uses of Class
software.amazon.awssdk.services.mturk.model.BonusPayment
-
Packages that use BonusPayment Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of BonusPayment in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type BonusPayment Modifier and Type Method Description List<BonusPayment>ListBonusPaymentsResponse. bonusPayments()A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.Methods in software.amazon.awssdk.services.mturk.model with parameters of type BonusPayment Modifier and Type Method Description ListBonusPaymentsResponse.BuilderListBonusPaymentsResponse.Builder. bonusPayments(BonusPayment... bonusPayments)A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type BonusPayment Modifier and Type Method Description ListBonusPaymentsResponse.BuilderListBonusPaymentsResponse.Builder. bonusPayments(Collection<BonusPayment> bonusPayments)A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
-