@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum HistoryEventType extends Enum<HistoryEventType>
Modifier and Type | Method and Description |
---|---|
static HistoryEventType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static HistoryEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoryEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoryEventType ActivityFailed
public static final HistoryEventType ActivityScheduled
public static final HistoryEventType ActivityScheduleFailed
public static final HistoryEventType ActivityStarted
public static final HistoryEventType ActivitySucceeded
public static final HistoryEventType ActivityTimedOut
public static final HistoryEventType ChoiceStateEntered
public static final HistoryEventType ChoiceStateExited
public static final HistoryEventType ExecutionAborted
public static final HistoryEventType ExecutionFailed
public static final HistoryEventType ExecutionStarted
public static final HistoryEventType ExecutionSucceeded
public static final HistoryEventType ExecutionTimedOut
public static final HistoryEventType FailStateEntered
public static final HistoryEventType LambdaFunctionFailed
public static final HistoryEventType LambdaFunctionScheduled
public static final HistoryEventType LambdaFunctionScheduleFailed
public static final HistoryEventType LambdaFunctionStarted
public static final HistoryEventType LambdaFunctionStartFailed
public static final HistoryEventType LambdaFunctionSucceeded
public static final HistoryEventType LambdaFunctionTimedOut
public static final HistoryEventType MapIterationAborted
public static final HistoryEventType MapIterationFailed
public static final HistoryEventType MapIterationStarted
public static final HistoryEventType MapIterationSucceeded
public static final HistoryEventType MapStateAborted
public static final HistoryEventType MapStateEntered
public static final HistoryEventType MapStateExited
public static final HistoryEventType MapStateFailed
public static final HistoryEventType MapStateStarted
public static final HistoryEventType MapStateSucceeded
public static final HistoryEventType ParallelStateAborted
public static final HistoryEventType ParallelStateEntered
public static final HistoryEventType ParallelStateExited
public static final HistoryEventType ParallelStateFailed
public static final HistoryEventType ParallelStateStarted
public static final HistoryEventType ParallelStateSucceeded
public static final HistoryEventType PassStateEntered
public static final HistoryEventType PassStateExited
public static final HistoryEventType SucceedStateEntered
public static final HistoryEventType SucceedStateExited
public static final HistoryEventType TaskFailed
public static final HistoryEventType TaskScheduled
public static final HistoryEventType TaskStarted
public static final HistoryEventType TaskStartFailed
public static final HistoryEventType TaskStateAborted
public static final HistoryEventType TaskStateEntered
public static final HistoryEventType TaskStateExited
public static final HistoryEventType TaskSubmitFailed
public static final HistoryEventType TaskSubmitted
public static final HistoryEventType TaskSucceeded
public static final HistoryEventType TaskTimedOut
public static final HistoryEventType WaitStateAborted
public static final HistoryEventType WaitStateEntered
public static final HistoryEventType WaitStateExited
public static final HistoryEventType MapRunAborted
public static final HistoryEventType MapRunFailed
public static final HistoryEventType MapRunStarted
public static final HistoryEventType MapRunSucceeded
public static final HistoryEventType ExecutionRedriven
public static final HistoryEventType MapRunRedriven
public static HistoryEventType[] values()
for (HistoryEventType c : HistoryEventType.values()) System.out.println(c);
public static HistoryEventType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<HistoryEventType>
public static HistoryEventType fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.