Uses of Class
software.amazon.awssdk.services.mturk.model.ListBonusPaymentsResponse
-
Packages that use ListBonusPaymentsResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators -
-
Uses of ListBonusPaymentsResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return ListBonusPaymentsResponse Modifier and Type Method Description default ListBonusPaymentsResponseMTurkClient. listBonusPayments(Consumer<ListBonusPaymentsRequest.Builder> listBonusPaymentsRequest)TheListBonusPaymentsoperation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.default ListBonusPaymentsResponseMTurkClient. listBonusPayments(ListBonusPaymentsRequest listBonusPaymentsRequest)TheListBonusPaymentsoperation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type ListBonusPaymentsResponse Modifier and Type Method Description default CompletableFuture<ListBonusPaymentsResponse>MTurkAsyncClient. listBonusPayments(Consumer<ListBonusPaymentsRequest.Builder> listBonusPaymentsRequest)TheListBonusPaymentsoperation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment.default CompletableFuture<ListBonusPaymentsResponse>MTurkAsyncClient. listBonusPayments(ListBonusPaymentsRequest listBonusPaymentsRequest)TheListBonusPaymentsoperation retrieves the amounts of bonuses you have paid to Workers for a given HIT or assignment. -
Uses of ListBonusPaymentsResponse in software.amazon.awssdk.services.mturk.paginators
Methods in software.amazon.awssdk.services.mturk.paginators that return types with arguments of type ListBonusPaymentsResponse Modifier and Type Method Description Iterator<ListBonusPaymentsResponse>ListBonusPaymentsIterable. iterator()Method parameters in software.amazon.awssdk.services.mturk.paginators with type arguments of type ListBonusPaymentsResponse Modifier and Type Method Description voidListBonusPaymentsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListBonusPaymentsResponse> subscriber)
-