Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
-
Packages that use WorkflowExecutionCompletedEventAttributes Package Description com.amazonaws.services.simpleworkflow.model -
-
Uses of WorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCompletedEventAttributes Modifier and Type Method Description WorkflowExecutionCompletedEventAttributes
WorkflowExecutionCompletedEventAttributes. clone()
WorkflowExecutionCompletedEventAttributes
HistoryEvent. getWorkflowExecutionCompletedEventAttributes()
If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.WorkflowExecutionCompletedEventAttributes
WorkflowExecutionCompletedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
The ID of theDecisionTaskCompleted
event corresponding to the decision task that resulted in theCompleteWorkflowExecution
decision to complete this execution.WorkflowExecutionCompletedEventAttributes
WorkflowExecutionCompletedEventAttributes. withResult(String result)
The result produced by the workflow execution upon successful completion.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionCompletedEventAttributes Modifier and Type Method Description void
HistoryEvent. setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.HistoryEvent
HistoryEvent. withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)
If the event is of typeWorkflowExecutionCompleted
then this member is set and provides detailed information about the event.
-