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