Uses of Class
software.amazon.awssdk.services.mturk.model.UpdateQualificationTypeResponse
-
Packages that use UpdateQualificationTypeResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of UpdateQualificationTypeResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return UpdateQualificationTypeResponse Modifier and Type Method Description default UpdateQualificationTypeResponseMTurkClient. updateQualificationType(Consumer<UpdateQualificationTypeRequest.Builder> updateQualificationTypeRequest)TheUpdateQualificationTypeoperation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure.default UpdateQualificationTypeResponseMTurkClient. updateQualificationType(UpdateQualificationTypeRequest updateQualificationTypeRequest)TheUpdateQualificationTypeoperation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type UpdateQualificationTypeResponse Modifier and Type Method Description default CompletableFuture<UpdateQualificationTypeResponse>MTurkAsyncClient. updateQualificationType(Consumer<UpdateQualificationTypeRequest.Builder> updateQualificationTypeRequest)TheUpdateQualificationTypeoperation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure.default CompletableFuture<UpdateQualificationTypeResponse>MTurkAsyncClient. updateQualificationType(UpdateQualificationTypeRequest updateQualificationTypeRequest)TheUpdateQualificationTypeoperation modifies the attributes of an existing Qualification type, which is represented by a QualificationType data structure.
-