Uses of Class
software.amazon.awssdk.services.mturk.model.HITReviewStatus
-
Packages that use HITReviewStatus Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of HITReviewStatus in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return HITReviewStatus Modifier and Type Method Description static HITReviewStatusHITReviewStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.HITReviewStatusHIT. hitReviewStatus()Indicates the review status of the HIT.static HITReviewStatusHITReviewStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static HITReviewStatus[]HITReviewStatus. 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 HITReviewStatus Modifier and Type Method Description static Set<HITReviewStatus>HITReviewStatus. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type HITReviewStatus Modifier and Type Method Description HIT.BuilderHIT.Builder. hitReviewStatus(HITReviewStatus hitReviewStatus)Indicates the review status of the HIT.
-