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

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

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

Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionFailedEventAttributes
 RequestCancelExternalWorkflowExecutionFailedEventAttributes HistoryEvent.getRequestCancelExternalWorkflowExecutionFailedEventAttributes()
          If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(RequestCancelExternalWorkflowExecutionFailedCause cause)
          The cause of the failure to process the decision.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(String cause)
          The cause of the failure to process the decision.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withControl(String control)
          Sets the value of the Control property for this object.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId)
          The id of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RequestCancelExternalWorkflowExecution decision for this cancellation request.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId)
          The id of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withRunId(String runId)
          The runId of the external workflow execution.
 RequestCancelExternalWorkflowExecutionFailedEventAttributes RequestCancelExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId)
          The workflowId of the external workflow to which the cancel request was to be delivered.
 

Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionFailedEventAttributes
 void HistoryEvent.setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
          If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 HistoryEvent HistoryEvent.withRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes)
          If the event is of type RequestCancelExternalWorkflowExecutionFailed then this member is set and provides detailed information about the event.
 



Copyright © 2016. All rights reserved.