| Package | Description |
|---|---|
| com.amazonaws.services.mturk |
|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ListBonusPaymentsResult |
AbstractAmazonMTurk.listBonusPayments(ListBonusPaymentsRequest request) |
ListBonusPaymentsResult |
AmazonMTurkClient.listBonusPayments(ListBonusPaymentsRequest request)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
ListBonusPaymentsResult |
AmazonMTurk.listBonusPayments(ListBonusPaymentsRequest listBonusPaymentsRequest)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
| Modifier and Type | Method and Description |
|---|---|
Future<ListBonusPaymentsResult> |
AbstractAmazonMTurkAsync.listBonusPaymentsAsync(ListBonusPaymentsRequest request,
AsyncHandler<ListBonusPaymentsRequest,ListBonusPaymentsResult> asyncHandler) |
Future<ListBonusPaymentsResult> |
AmazonMTurkAsync.listBonusPaymentsAsync(ListBonusPaymentsRequest listBonusPaymentsRequest,
AsyncHandler<ListBonusPaymentsRequest,ListBonusPaymentsResult> asyncHandler)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
Future<ListBonusPaymentsResult> |
AmazonMTurkAsyncClient.listBonusPaymentsAsync(ListBonusPaymentsRequest request,
AsyncHandler<ListBonusPaymentsRequest,ListBonusPaymentsResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ListBonusPaymentsResult |
ListBonusPaymentsResult.clone() |
ListBonusPaymentsResult |
ListBonusPaymentsResult.withBonusPayments(BonusPayment... bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResult |
ListBonusPaymentsResult.withBonusPayments(Collection<BonusPayment> bonusPayments)
A successful request to the ListBonusPayments operation returns a list of BonusPayment objects.
|
ListBonusPaymentsResult |
ListBonusPaymentsResult.withNextToken(String nextToken) |
ListBonusPaymentsResult |
ListBonusPaymentsResult.withNumResults(Integer numResults)
The number of bonus payments on this page in the filtered results list, equivalent to the number of bonus
payments being returned by this call.
|
Copyright © 2022. All rights reserved.