| Package | Description |
|---|---|
| software.amazon.awssdk.services.mturk |
|
| software.amazon.awssdk.services.mturk.paginators |
| 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 ListBonusPaymentsResponse |
MTurkClient.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 |
|---|---|
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 CompletableFuture<ListBonusPaymentsResponse> |
MTurkAsyncClient.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 |
|---|---|
Iterator<ListBonusPaymentsResponse> |
ListBonusPaymentsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
ListBonusPaymentsPublisher.subscribe(org.reactivestreams.Subscriber<? super ListBonusPaymentsResponse> subscriber) |
Copyright © 2023. All rights reserved.