| Package | Description |
|---|---|
| com.amazonaws.services.mturk.model |
| Modifier and Type | Method and Description |
|---|---|
ParameterMapEntry |
ParameterMapEntry.clone() |
ParameterMapEntry |
ParameterMapEntry.withKey(String key)
The QuestionID from the HIT that is used to identify which question requires Mechanical Turk to score as part of
the ScoreMyKnownAnswers/2011-09-01 Review Policy.
|
ParameterMapEntry |
ParameterMapEntry.withValues(Collection<String> values)
The list of answers to the question specified in the MapEntry Key element.
|
ParameterMapEntry |
ParameterMapEntry.withValues(String... values)
The list of answers to the question specified in the MapEntry Key element.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterMapEntry> |
PolicyParameter.getMapEntries()
List of ParameterMapEntry objects.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyParameter |
PolicyParameter.withMapEntries(ParameterMapEntry... mapEntries)
List of ParameterMapEntry objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PolicyParameter.setMapEntries(Collection<ParameterMapEntry> mapEntries)
List of ParameterMapEntry objects.
|
PolicyParameter |
PolicyParameter.withMapEntries(Collection<ParameterMapEntry> mapEntries)
List of ParameterMapEntry objects.
|
Copyright © 2022. All rights reserved.