Uses of Class
software.amazon.awssdk.services.swf.model.WorkflowExecutionCanceledEventAttributes
-
Packages that use WorkflowExecutionCanceledEventAttributes Package Description software.amazon.awssdk.services.swf.model -
-
Uses of WorkflowExecutionCanceledEventAttributes in software.amazon.awssdk.services.swf.model
Methods in software.amazon.awssdk.services.swf.model that return WorkflowExecutionCanceledEventAttributes Modifier and Type Method Description WorkflowExecutionCanceledEventAttributesHistoryEvent. workflowExecutionCanceledEventAttributes()If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.Methods in software.amazon.awssdk.services.swf.model with parameters of type WorkflowExecutionCanceledEventAttributes Modifier and Type Method Description HistoryEvent.BuilderHistoryEvent.Builder. workflowExecutionCanceledEventAttributes(WorkflowExecutionCanceledEventAttributes workflowExecutionCanceledEventAttributes)If the event is of typeWorkflowExecutionCanceledthen this member is set and provides detailed information about the event.
-