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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionFailedEventAttributes
 ChildWorkflowExecutionFailedEventAttributes HistoryEvent.getChildWorkflowExecutionFailedEventAttributes()
          If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withDetails(String details)
          The details of the failure (if provided).
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the StartChildWorkflowExecutionInitiated event corresponding to the StartChildWorkflowExecution Decision to start this child workflow execution.
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withReason(String reason)
          The reason for the failure (if provided).
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withStartedEventId(Long startedEventId)
          The Id of the ChildWorkflowExecutionStarted event recorded when this child workflow execution was started.
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution)
          The child workflow execution that failed.
 ChildWorkflowExecutionFailedEventAttributes ChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType)
          The type of the child workflow execution.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionFailedEventAttributes
 void HistoryEvent.setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
          If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes)
          If the event is of type ChildWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.