Uses of Class
software.amazon.awssdk.services.mturk.model.ListWorkersWithQualificationTypeResponse
-
Packages that use ListWorkersWithQualificationTypeResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference software.amazon.awssdk.services.mturk.paginators -
-
Uses of ListWorkersWithQualificationTypeResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return ListWorkersWithQualificationTypeResponse Modifier and Type Method Description default ListWorkersWithQualificationTypeResponseMTurkClient. listWorkersWithQualificationType(Consumer<ListWorkersWithQualificationTypeRequest.Builder> listWorkersWithQualificationTypeRequest)TheListWorkersWithQualificationTypeoperation returns all of the Workers that have been associated with a given Qualification type.default ListWorkersWithQualificationTypeResponseMTurkClient. listWorkersWithQualificationType(ListWorkersWithQualificationTypeRequest listWorkersWithQualificationTypeRequest)TheListWorkersWithQualificationTypeoperation returns all of the Workers that have been associated with a given Qualification type.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type ListWorkersWithQualificationTypeResponse Modifier and Type Method Description default CompletableFuture<ListWorkersWithQualificationTypeResponse>MTurkAsyncClient. listWorkersWithQualificationType(Consumer<ListWorkersWithQualificationTypeRequest.Builder> listWorkersWithQualificationTypeRequest)TheListWorkersWithQualificationTypeoperation returns all of the Workers that have been associated with a given Qualification type.default CompletableFuture<ListWorkersWithQualificationTypeResponse>MTurkAsyncClient. listWorkersWithQualificationType(ListWorkersWithQualificationTypeRequest listWorkersWithQualificationTypeRequest)TheListWorkersWithQualificationTypeoperation returns all of the Workers that have been associated with a given Qualification type. -
Uses of ListWorkersWithQualificationTypeResponse in software.amazon.awssdk.services.mturk.paginators
Methods in software.amazon.awssdk.services.mturk.paginators that return types with arguments of type ListWorkersWithQualificationTypeResponse Modifier and Type Method Description Iterator<ListWorkersWithQualificationTypeResponse>ListWorkersWithQualificationTypeIterable. iterator()Method parameters in software.amazon.awssdk.services.mturk.paginators with type arguments of type ListWorkersWithQualificationTypeResponse Modifier and Type Method Description voidListWorkersWithQualificationTypePublisher. subscribe(org.reactivestreams.Subscriber<? super ListWorkersWithQualificationTypeResponse> subscriber)
-