| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
default ListBonusPaymentsResponse |
MTurkClient.listBonusPayments(Consumer<ListBonusPaymentsRequest.Builder> listBonusPaymentsRequest)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
default CompletableFuture<ListBonusPaymentsResponse> |
MTurkAsyncClient.listBonusPayments(Consumer<ListBonusPaymentsRequest.Builder> listBonusPaymentsRequest)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
default ListBonusPaymentsIterable |
MTurkClient.listBonusPaymentsPaginator(Consumer<ListBonusPaymentsRequest.Builder> listBonusPaymentsRequest)
The
ListBonusPayments operation retrieves the amounts of bonuses you have paid to Workers for a
given HIT or assignment. |
default ListBonusPaymentsPublisher |
MTurkAsyncClient.listBonusPaymentsPaginator(Consumer<ListBonusPaymentsRequest.Builder> 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 |
|---|---|
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.assignmentId(String assignmentId)
The ID of the assignment associated with the bonus payments to retrieve.
|
static ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.builder() |
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.hitId(String hitId)
The ID of the HIT associated with the bonus payments to retrieve.
|
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.maxResults(Integer maxResults)
Sets the value of the MaxResults property for this object.
|
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.nextToken(String nextToken)
Pagination token
|
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListBonusPaymentsRequest.Builder |
ListBonusPaymentsRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBonusPaymentsRequest.Builder> |
ListBonusPaymentsRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.