Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionCompletedEventAttributes
Packages that use WorkflowExecutionCompletedEventAttributes
-
Uses of WorkflowExecutionCompletedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionWorkflowExecutionCompletedEventAttributes.clone()HistoryEvent.getWorkflowExecutionCompletedEventAttributes()If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.WorkflowExecutionCompletedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theCompleteWorkflowExecutiondecision to complete this execution.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 WorkflowExecutionCompletedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes) If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.HistoryEvent.withWorkflowExecutionCompletedEventAttributes(WorkflowExecutionCompletedEventAttributes workflowExecutionCompletedEventAttributes) If the event is of typeWorkflowExecutionCompletedthen this member is set and provides detailed information about the event.