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

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

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

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

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionCanceledEventAttributes
 void HistoryEvent.setChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
          If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withChildWorkflowExecutionCanceledEventAttributes(ChildWorkflowExecutionCanceledEventAttributes childWorkflowExecutionCanceledEventAttributes)
          If the event is of type ChildWorkflowExecutionCanceled then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.