Uses of Class
software.amazon.awssdk.services.mturk.model.NotifyWorkersFailureCode
-
Packages that use NotifyWorkersFailureCode Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of NotifyWorkersFailureCode in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return NotifyWorkersFailureCode Modifier and Type Method Description static NotifyWorkersFailureCodeNotifyWorkersFailureCode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.NotifyWorkersFailureCodeNotifyWorkersFailureStatus. notifyWorkersFailureCode()Encoded value for the failure type.static NotifyWorkersFailureCodeNotifyWorkersFailureCode. valueOf(String name)Returns the enum constant of this type with the specified name.static NotifyWorkersFailureCode[]NotifyWorkersFailureCode. 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 NotifyWorkersFailureCode Modifier and Type Method Description static Set<NotifyWorkersFailureCode>NotifyWorkersFailureCode. knownValues()Methods in software.amazon.awssdk.services.mturk.model with parameters of type NotifyWorkersFailureCode Modifier and Type Method Description NotifyWorkersFailureStatus.BuilderNotifyWorkersFailureStatus.Builder. notifyWorkersFailureCode(NotifyWorkersFailureCode notifyWorkersFailureCode)Encoded value for the failure type.
-