Uses of Class
com.amazonaws.services.simpleworkflow.model.ExternalWorkflowExecutionCancelRequestedEventAttributes
Packages that use ExternalWorkflowExecutionCancelRequestedEventAttributes
-
Uses of ExternalWorkflowExecutionCancelRequestedEventAttributes in com.amazonaws.services.simpleworkflow.model
Methods in com.amazonaws.services.simpleworkflow.model that return ExternalWorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionExternalWorkflowExecutionCancelRequestedEventAttributes.clone()HistoryEvent.getExternalWorkflowExecutionCancelRequestedEventAttributes()If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.ExternalWorkflowExecutionCancelRequestedEventAttributes.withInitiatedEventId(Long initiatedEventId) The ID of theRequestCancelExternalWorkflowExecutionInitiatedevent corresponding to theRequestCancelExternalWorkflowExecutiondecision to cancel this external workflow execution.ExternalWorkflowExecutionCancelRequestedEventAttributes.withWorkflowExecution(WorkflowExecution workflowExecution) The external workflow execution to which the cancellation request was delivered.Methods in com.amazonaws.services.simpleworkflow.model with parameters of type ExternalWorkflowExecutionCancelRequestedEventAttributesModifier and TypeMethodDescriptionvoidHistoryEvent.setExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes) If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.HistoryEvent.withExternalWorkflowExecutionCancelRequestedEventAttributes(ExternalWorkflowExecutionCancelRequestedEventAttributes externalWorkflowExecutionCancelRequestedEventAttributes) If the event is of typeExternalWorkflowExecutionCancelRequestedthen this member is set and provides detailed information about the event.