Uses of Class
com.amazonaws.services.simpleworkflow.model.ChildWorkflowExecutionFailedEventAttributes
Packages that use ChildWorkflowExecutionFailedEventAttributes
-
Uses of ChildWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ChildWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionChildWorkflowExecutionFailedEventAttributes.clone()HistoryEvent.getChildWorkflowExecutionFailedEventAttributes()If the event is of typeChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.ChildWorkflowExecutionFailedEventAttributes.withDetails(String details) The details of the failure (if provided).ChildWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theStartChildWorkflowExecutionInitiatedevent corresponding to theStartChildWorkflowExecutiondecision to start this child workflow execution.ChildWorkflowExecutionFailedEventAttributes.withReason(String reason) The reason for the failure (if provided).ChildWorkflowExecutionFailedEventAttributes.withStartedEventId(Long startedEventId) The ID of theChildWorkflowExecutionStartedevent recorded when this child workflow execution was started.ChildWorkflowExecutionFailedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The child workflow execution that failed.ChildWorkflowExecutionFailedEventAttributes.withWorkflowType(WorkflowType workflowType) The type of the child workflow execution.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ChildWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes) If the event is of typeChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withChildWorkflowExecutionFailedEventAttributes(ChildWorkflowExecutionFailedEventAttributes childWorkflowExecutionFailedEventAttributes) If the event is of typeChildWorkflowExecutionFailedthen this member is set and provides detailed information about the event.