Uses of Interface
software.amazon.awssdk.services.mturk.MTurkBaseClientBuilder
-
Packages that use MTurkBaseClientBuilder Package Description software.amazon.awssdk.services.mturk Amazon Mechanical Turk API Reference -
-
Uses of MTurkBaseClientBuilder in software.amazon.awssdk.services.mturk
Classes in software.amazon.awssdk.services.mturk with type parameters of type MTurkBaseClientBuilder Modifier and Type Interface Description interfaceMTurkBaseClientBuilder<B extends MTurkBaseClientBuilder<B,C>,C>This includes configuration specific to Amazon MTurk that is supported by bothMTurkClientBuilderandMTurkAsyncClientBuilder.Subinterfaces of MTurkBaseClientBuilder in software.amazon.awssdk.services.mturk Modifier and Type Interface Description interfaceMTurkAsyncClientBuilderA builder for creating an instance ofMTurkAsyncClient.interfaceMTurkClientBuilderA builder for creating an instance ofMTurkClient.
-