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 WorkflowExecutionCompletedEventAttributesWorkflowExecutionCompletedEventAttributes. clone()WorkflowExecutionCompletedEventAttributesHistoryEvent. getWorkflowExecutionCompletedEventAttributes()If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.WorkflowExecutionCompletedEventAttributesWorkflowExecutionCompletedEventAttributes. withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution.WorkflowExecutionCompletedEventAttributesWorkflowExecutionCompletedEventAttributes. 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 voidHistoryEvent. setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.HistoryEventHistoryEvent. withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes)If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.
-