Uses of Class
software.amazon.awssdk.services.mturk.model.ReviewableHITStatus
-
Packages that use ReviewableHITStatus Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of ReviewableHITStatus in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return ReviewableHITStatus Modifier and Type Method Description static ReviewableHITStatusReviewableHITStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReviewableHITStatusListReviewableHiTsRequest. status()Can be eitherReviewableorReviewing.static ReviewableHITStatusReviewableHITStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewableHITStatus[]ReviewableHITStatus. 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 ReviewableHITStatus Modifier and Type Method Description static Set<ReviewableHITStatus>ReviewableHITStatus. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type ReviewableHITStatus Modifier and Type Method Description ListReviewableHiTsRequest.BuilderListReviewableHiTsRequest.Builder. status(ReviewableHITStatus status)Can be eitherReviewableorReviewing.
-