|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WorkflowExecutionCanceledEventAttributes | |
---|---|
com.amazonaws.services.simpleworkflow.model | Classes modeling the various types represented by AmazonSimpleWorkflow. |
Uses of WorkflowExecutionCanceledEventAttributes in com.amazonaws.services.simpleworkflow.model |
---|
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCanceledEventAttributes | |
---|---|
WorkflowExecutionCanceledEventAttributes |
HistoryEvent.getWorkflowExecutionCanceledEventAttributes()
If the event is of type WorkflowExecutionCanceled then
this member is set and provides detailed information about the event. |
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The id of the DecisionTaskCompleted event corresponding
to the decision task that resulted in the
CancelWorkflowExecution decision for this cancellation
request. |
WorkflowExecutionCanceledEventAttributes |
WorkflowExecutionCanceledEventAttributes.withDetails(String details)
Details for the cancellation (if any). |
Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCanceledEventAttributes | |
---|---|
void |
HistoryEvent.setWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of type WorkflowExecutionCanceled then
this member is set and provides detailed information about the event. |
HistoryEvent |
HistoryEvent.withWorkflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)
If the event is of type WorkflowExecutionCanceled then
this member is set and provides detailed information about the event. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |