| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
Locale |
Locale.clone() |
Locale |
Qualification.getLocaleValue() |
Locale |
Locale.withCountry(String country)
The country of the locale.
|
Locale |
Locale.withSubdivision(String subdivision)
The state or subdivision of the locale.
|
| Modifier and Type | Method and Description |
|---|---|
List<Locale> |
QualificationRequirement.getLocaleValues()
The locale value to compare against the Qualification's value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Qualification.setLocaleValue(Locale localeValue) |
Qualification |
Qualification.withLocaleValue(Locale localeValue) |
QualificationRequirement |
QualificationRequirement.withLocaleValues(Locale... localeValues)
The locale value to compare against the Qualification's value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
QualificationRequirement.setLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value.
|
QualificationRequirement |
QualificationRequirement.withLocaleValues(Collection<Locale> localeValues)
The locale value to compare against the Qualification's value.
|
Copyright © 2023. All rights reserved.