Uses of Class
software.amazon.awssdk.services.mturk.model.CreateQualificationTypeResponse
-
Packages that use CreateQualificationTypeResponse Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of CreateQualificationTypeResponse in software.amazon.awssdk.services.mturk
Methods in software.amazon.awssdk.services.mturk that return CreateQualificationTypeResponse Modifier and Type Method Description default CreateQualificationTypeResponseMTurkClient. createQualificationType(Consumer<CreateQualificationTypeRequest.Builder> createQualificationTypeRequest)TheCreateQualificationTypeoperation creates a new Qualification type, which is represented by aQualificationTypedata structure.default CreateQualificationTypeResponseMTurkClient. createQualificationType(CreateQualificationTypeRequest createQualificationTypeRequest)TheCreateQualificationTypeoperation creates a new Qualification type, which is represented by aQualificationTypedata structure.Methods in software.amazon.awssdk.services.mturk that return types with arguments of type CreateQualificationTypeResponse Modifier and Type Method Description default CompletableFuture<CreateQualificationTypeResponse>MTurkAsyncClient. createQualificationType(Consumer<CreateQualificationTypeRequest.Builder> createQualificationTypeRequest)TheCreateQualificationTypeoperation creates a new Qualification type, which is represented by aQualificationTypedata structure.default CompletableFuture<CreateQualificationTypeResponse>MTurkAsyncClient. createQualificationType(CreateQualificationTypeRequest createQualificationTypeRequest)TheCreateQualificationTypeoperation creates a new Qualification type, which is represented by aQualificationTypedata structure.
-