Uses of Class
com.amazonaws.services.simpleworkflow.model.RequestCancelExternalWorkflowExecutionFailedEventAttributes
Packages that use RequestCancelExternalWorkflowExecutionFailedEventAttributes
-
Uses of RequestCancelExternalWorkflowExecutionFailedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return RequestCancelExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionRequestCancelExternalWorkflowExecutionFailedEventAttributes.clone()If the event is of typeRequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withCause(RequestCancelExternalWorkflowExecutionFailedCause cause) The cause of the failure.The cause of the failure.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withControl(String control) RequestCancelExternalWorkflowExecutionFailedEventAttributes.withDecisionTaskCompletedEventId(Long decisionTaskCompletedEventId) The ID of theDecisionTaskCompletedevent corresponding to the decision task that resulted in theRequestCancelExternalWorkflowExecutiondecision for this cancellation request.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution.TherunIdof the external workflow execution.RequestCancelExternalWorkflowExecutionFailedEventAttributes.withWorkflowId(String workflowId) TheworkflowIdof the external workflow to which the cancel request was to be delivered.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type RequestCancelExternalWorkflowExecutionFailedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.HistoryEvent.withRequestCancelExternalWorkflowExecutionFailedEventAttributes(RequestCancelExternalWorkflowExecutionFailedEventAttributes requestCancelExternalWorkflowExecutionFailedEventAttributes) If the event is of typeRequestCancelExternalWorkflowExecutionFailedthen this member is set and provides detailed information about the event.