|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestCancelActivityTaskFailedEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of RequestCancelActivityTaskFailedEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelActivityTaskFailedEventAttributes | |
---|---|
RequestCancelActivityTaskFailedEventAttributes |
HistoryEvent.getRequestCancelActivityTaskFailedEventAttributes()
If the event is of type RequestCancelActivityTaskFailed
then this member is set and provides detailed information about the
event. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withActivityId(String activityId)
The activityId provided in the RequestCancelActivityTask
decision that failed. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withCause(RequestCancelActivityTaskFailedCause cause)
The cause of the failure to process the decision. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withCause(String cause)
The cause of the failure to process the decision. |
RequestCancelActivityTaskFailedEventAttributes |
RequestCancelActivityTaskFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
RequestCancelActivityTask decision for this cancellation
request. |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelActivityTaskFailedEventAttributes | |
---|---|
void |
HistoryEvent.setRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of type RequestCancelActivityTaskFailed
then this member is set and provides detailed information about the
event. |
HistoryEvent |
HistoryEvent.withRequestCancelActivityTaskFailedEventAttributes(RequestCancelActivityTaskFailedEventAttributes requestCancelActivityTaskFailedEventAttributes)
If the event is of type RequestCancelActivityTaskFailed
then this member is set and provides detailed information about the
event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |