|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ScheduleActivityTaskFailedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of ScheduleActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return ScheduleActivityTaskFailedEventAttributes | |
---|---|
ScheduleActivityTaskFailedEventAttributes |
HistoryEvent.getScheduleActivityTaskFailedEventAttributes()
If the event is of type ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityId(String activityId)
The activityId provided in the ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withActivityType(ActivityType activityType)
The activity type provided in the ScheduleActivityTask
decision that failed. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(ScheduleActivityTaskFailedCause cause)
The cause of the failure to process the decision. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withCause(String cause)
The cause of the failure to process the decision. |
ScheduleActivityTaskFailedEventAttributes |
ScheduleActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision that resulted in the scheduling of this activity task. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ScheduleActivityTaskFailedEventAttributes | |
---|---|
void |
HistoryEvent.setScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withScheduleActivityTaskFailedEventAttributes(ScheduleActivityTaskFailedEventAttributes scheduleActivityTaskFailedEventAttributes)
If the event is of type ScheduleActivityTaskFailed then
this member is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |