Uses of Class
software.amazon.awssdk.services.mturk.model.ReviewActionStatus
-
Packages that use ReviewActionStatus Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of ReviewActionStatus in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return ReviewActionStatus Modifier and Type Method Description static ReviewActionStatusReviewActionStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ReviewActionStatusReviewActionDetail. status()The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.static ReviewActionStatusReviewActionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ReviewActionStatus[]ReviewActionStatus. 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 ReviewActionStatus Modifier and Type Method Description static Set<ReviewActionStatus>ReviewActionStatus. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type ReviewActionStatus Modifier and Type Method Description ReviewActionDetail.BuilderReviewActionDetail.Builder. status(ReviewActionStatus status)The current disposition of the action: INTENDED, SUCCEEDED, FAILED, or CANCELLED.
-