Uses of Class
software.amazon.awssdk.services.mturk.model.Locale
-
Packages that use Locale Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of Locale in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return Locale Modifier and Type Method Description LocaleQualification. localeValue()Returns the value of the LocaleValue property for this object.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type Locale Modifier and Type Method Description List<Locale>QualificationRequirement. localeValues()The locale value to compare against the Qualification's value.Methods in software.amazon.awssdk.services.mturk.model with parameters of type Locale Modifier and Type Method Description Qualification.BuilderQualification.Builder. localeValue(Locale localeValue)Sets the value of the LocaleValue property for this object.QualificationRequirement.BuilderQualificationRequirement.Builder. localeValues(Locale... localeValues)The locale value to compare against the Qualification's value.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type Locale Modifier and Type Method Description QualificationRequirement.BuilderQualificationRequirement.Builder. localeValues(Collection<Locale> localeValues)The locale value to compare against the Qualification's value.
-