Enum HistoryEventType
- java.lang.Object
-
- java.lang.Enum<HistoryEventType>
-
- software.amazon.awssdk.services.sfn.model.HistoryEventType
-
- All Implemented Interfaces:
Serializable,Comparable<HistoryEventType>
@Generated("software.amazon.awssdk:codegen") public enum HistoryEventType extends Enum<HistoryEventType>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HistoryEventTypefromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static Set<HistoryEventType>knownValues()StringtoString()static HistoryEventTypevalueOf(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.
-
-
-
Enum Constant Detail
-
ACTIVITY_FAILED
public static final HistoryEventType ACTIVITY_FAILED
-
ACTIVITY_SCHEDULED
public static final HistoryEventType ACTIVITY_SCHEDULED
-
ACTIVITY_SCHEDULE_FAILED
public static final HistoryEventType ACTIVITY_SCHEDULE_FAILED
-
ACTIVITY_STARTED
public static final HistoryEventType ACTIVITY_STARTED
-
ACTIVITY_SUCCEEDED
public static final HistoryEventType ACTIVITY_SUCCEEDED
-
ACTIVITY_TIMED_OUT
public static final HistoryEventType ACTIVITY_TIMED_OUT
-
CHOICE_STATE_ENTERED
public static final HistoryEventType CHOICE_STATE_ENTERED
-
CHOICE_STATE_EXITED
public static final HistoryEventType CHOICE_STATE_EXITED
-
EXECUTION_ABORTED
public static final HistoryEventType EXECUTION_ABORTED
-
EXECUTION_FAILED
public static final HistoryEventType EXECUTION_FAILED
-
EXECUTION_STARTED
public static final HistoryEventType EXECUTION_STARTED
-
EXECUTION_SUCCEEDED
public static final HistoryEventType EXECUTION_SUCCEEDED
-
EXECUTION_TIMED_OUT
public static final HistoryEventType EXECUTION_TIMED_OUT
-
FAIL_STATE_ENTERED
public static final HistoryEventType FAIL_STATE_ENTERED
-
LAMBDA_FUNCTION_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_FAILED
-
LAMBDA_FUNCTION_SCHEDULED
public static final HistoryEventType LAMBDA_FUNCTION_SCHEDULED
-
LAMBDA_FUNCTION_SCHEDULE_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_SCHEDULE_FAILED
-
LAMBDA_FUNCTION_STARTED
public static final HistoryEventType LAMBDA_FUNCTION_STARTED
-
LAMBDA_FUNCTION_START_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_START_FAILED
-
LAMBDA_FUNCTION_SUCCEEDED
public static final HistoryEventType LAMBDA_FUNCTION_SUCCEEDED
-
LAMBDA_FUNCTION_TIMED_OUT
public static final HistoryEventType LAMBDA_FUNCTION_TIMED_OUT
-
MAP_ITERATION_ABORTED
public static final HistoryEventType MAP_ITERATION_ABORTED
-
MAP_ITERATION_FAILED
public static final HistoryEventType MAP_ITERATION_FAILED
-
MAP_ITERATION_STARTED
public static final HistoryEventType MAP_ITERATION_STARTED
-
MAP_ITERATION_SUCCEEDED
public static final HistoryEventType MAP_ITERATION_SUCCEEDED
-
MAP_STATE_ABORTED
public static final HistoryEventType MAP_STATE_ABORTED
-
MAP_STATE_ENTERED
public static final HistoryEventType MAP_STATE_ENTERED
-
MAP_STATE_EXITED
public static final HistoryEventType MAP_STATE_EXITED
-
MAP_STATE_FAILED
public static final HistoryEventType MAP_STATE_FAILED
-
MAP_STATE_STARTED
public static final HistoryEventType MAP_STATE_STARTED
-
MAP_STATE_SUCCEEDED
public static final HistoryEventType MAP_STATE_SUCCEEDED
-
PARALLEL_STATE_ABORTED
public static final HistoryEventType PARALLEL_STATE_ABORTED
-
PARALLEL_STATE_ENTERED
public static final HistoryEventType PARALLEL_STATE_ENTERED
-
PARALLEL_STATE_EXITED
public static final HistoryEventType PARALLEL_STATE_EXITED
-
PARALLEL_STATE_FAILED
public static final HistoryEventType PARALLEL_STATE_FAILED
-
PARALLEL_STATE_STARTED
public static final HistoryEventType PARALLEL_STATE_STARTED
-
PARALLEL_STATE_SUCCEEDED
public static final HistoryEventType PARALLEL_STATE_SUCCEEDED
-
PASS_STATE_ENTERED
public static final HistoryEventType PASS_STATE_ENTERED
-
PASS_STATE_EXITED
public static final HistoryEventType PASS_STATE_EXITED
-
SUCCEED_STATE_ENTERED
public static final HistoryEventType SUCCEED_STATE_ENTERED
-
SUCCEED_STATE_EXITED
public static final HistoryEventType SUCCEED_STATE_EXITED
-
TASK_FAILED
public static final HistoryEventType TASK_FAILED
-
TASK_SCHEDULED
public static final HistoryEventType TASK_SCHEDULED
-
TASK_STARTED
public static final HistoryEventType TASK_STARTED
-
TASK_START_FAILED
public static final HistoryEventType TASK_START_FAILED
-
TASK_STATE_ABORTED
public static final HistoryEventType TASK_STATE_ABORTED
-
TASK_STATE_ENTERED
public static final HistoryEventType TASK_STATE_ENTERED
-
TASK_STATE_EXITED
public static final HistoryEventType TASK_STATE_EXITED
-
TASK_SUBMIT_FAILED
public static final HistoryEventType TASK_SUBMIT_FAILED
-
TASK_SUBMITTED
public static final HistoryEventType TASK_SUBMITTED
-
TASK_SUCCEEDED
public static final HistoryEventType TASK_SUCCEEDED
-
TASK_TIMED_OUT
public static final HistoryEventType TASK_TIMED_OUT
-
WAIT_STATE_ABORTED
public static final HistoryEventType WAIT_STATE_ABORTED
-
WAIT_STATE_ENTERED
public static final HistoryEventType WAIT_STATE_ENTERED
-
WAIT_STATE_EXITED
public static final HistoryEventType WAIT_STATE_EXITED
-
MAP_RUN_ABORTED
public static final HistoryEventType MAP_RUN_ABORTED
-
MAP_RUN_FAILED
public static final HistoryEventType MAP_RUN_FAILED
-
MAP_RUN_STARTED
public static final HistoryEventType MAP_RUN_STARTED
-
MAP_RUN_SUCCEEDED
public static final HistoryEventType MAP_RUN_SUCCEEDED
-
EXECUTION_REDRIVEN
public static final HistoryEventType EXECUTION_REDRIVEN
-
MAP_RUN_REDRIVEN
public static final HistoryEventType MAP_RUN_REDRIVEN
-
EVALUATION_FAILED
public static final HistoryEventType EVALUATION_FAILED
-
UNKNOWN_TO_SDK_VERSION
public static final HistoryEventType UNKNOWN_TO_SDK_VERSION
-
-
Method Detail
-
values
public static HistoryEventType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (HistoryEventType c : HistoryEventType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static HistoryEventType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
toString
public String toString()
- Overrides:
toStringin classEnum<HistoryEventType>
-
fromValue
public static HistoryEventType fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.- Parameters:
value- real value- Returns:
- HistoryEventType corresponding to the value
-
knownValues
public static Set<HistoryEventType> knownValues()
Use this in place ofvalues()to return aSetof all values known to the SDK. This will return all known enum values exceptUNKNOWN_TO_SDK_VERSION.- Returns:
- a
Setof knownHistoryEventTypes
-
-