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