Uses of Class
software.amazon.awssdk.services.mturk.model.HITAccessActions
-
Packages that use HITAccessActions Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of HITAccessActions in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return HITAccessActions Modifier and Type Method Description HITAccessActionsQualificationRequirement. actionsGuarded()Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from taking the specified action.static HITAccessActionsHITAccessActions. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static HITAccessActionsHITAccessActions. valueOf(String name)Returns the enum constant of this type with the specified name.static HITAccessActions[]HITAccessActions. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type HITAccessActions Modifier and Type Method Description static Set<HITAccessActions>HITAccessActions. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type HITAccessActions Modifier and Type Method Description QualificationRequirement.BuilderQualificationRequirement.Builder. actionsGuarded(HITAccessActions actionsGuarded)Setting this attribute prevents Workers whose Qualifications do not meet this QualificationRequirement from taking the specified action.
-