Uses of Class
software.amazon.awssdk.services.mturk.model.NotifyWorkersFailureStatus
-
Packages that use NotifyWorkersFailureStatus Package Description software.amazon.awssdk.services.mturk.model -
-
Uses of NotifyWorkersFailureStatus in software.amazon.awssdk.services.mturk.model
Methods in software.amazon.awssdk.services.mturk.model that return types with arguments of type NotifyWorkersFailureStatus Modifier and Type Method Description List<NotifyWorkersFailureStatus>NotifyWorkersResponse. notifyWorkersFailureStatuses()When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.Methods in software.amazon.awssdk.services.mturk.model with parameters of type NotifyWorkersFailureStatus Modifier and Type Method Description NotifyWorkersResponse.BuilderNotifyWorkersResponse.Builder. notifyWorkersFailureStatuses(NotifyWorkersFailureStatus... notifyWorkersFailureStatuses)When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.Method parameters in software.amazon.awssdk.services.mturk.model with type arguments of type NotifyWorkersFailureStatus Modifier and Type Method Description NotifyWorkersResponse.BuilderNotifyWorkersResponse.Builder. notifyWorkersFailureStatuses(Collection<NotifyWorkersFailureStatus> notifyWorkersFailureStatuses)When MTurk sends notifications to the list of Workers, it returns back any failures it encounters in this list of NotifyWorkersFailureStatus objects.
-