Uses of Class
com.amazonaws.services.simpleworkflow.model.WorkflowExecutionTerminatedEventAttributes

Packages that use WorkflowExecutionTerminatedEventAttributes
com.amazonaws.services.simpleworkflow.model Classes modeling the various types represented by AmazonSimpleWorkflow. 
 

Uses of WorkflowExecutionTerminatedEventAttributes in com.amazonaws.services.simpleworkflow.model
 

Methods in com.amazonaws.services.simpleworkflow.model that return WorkflowExecutionTerminatedEventAttributes
 WorkflowExecutionTerminatedEventAttributes HistoryEvent.getWorkflowExecutionTerminatedEventAttributes()
          If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withCause(String cause)
          If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withCause(WorkflowExecutionTerminatedCause cause)
          If set, indicates that the workflow execution was automatically terminated, and specifies the cause.
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withChildPolicy(ChildPolicy childPolicy)
          The policy used for the child workflow executions of this workflow execution.
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withChildPolicy(String childPolicy)
          The policy used for the child workflow executions of this workflow execution.
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withDetails(String details)
          The details provided for the termination (if any).
 WorkflowExecutionTerminatedEventAttributes WorkflowExecutionTerminatedEventAttributes.withReason(String reason)
          The reason provided for the termination (if any).
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type WorkflowExecutionTerminatedEventAttributes
 void HistoryEvent.setWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
          If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withWorkflowExecutionTerminatedEventAttributes(WorkflowExecutionTerminatedEventAttributes workflowExecutionTerminatedEventAttributes)
          If the event is of type WorkflowExecutionTerminated then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.