Java com.amazonaws.services.simpleworkflow.model HistoryEvent fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.simpleworkflow.model HistoryEvent fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.simpleworkflow.model HistoryEvent.

The text is from its open source code.

Method

ActivityTaskCompletedEventAttributesgetActivityTaskCompletedEventAttributes()

If the event is of type ActivityTaskCompleted then this member is set and provides detailed information about the event.

java.util.DategetEventTimestamp()

The date and time when the event occurred.

StringgetEventType()

The type of the history event.

LambdaFunctionCompletedEventAttributesgetLambdaFunctionCompletedEventAttributes()

Provides the details of the LambdaFunctionCompleted event.

WorkflowExecutionStartedEventAttributesgetWorkflowExecutionStartedEventAttributes()

If the event is of type WorkflowExecutionStarted then this member is set and provides detailed information about the event.