@Generated(value="software.amazon.awssdk:codegen") public enum HistoryEventType extends Enum<HistoryEventType>
| Modifier and Type | Method and Description |
|---|---|
static HistoryEventType |
fromValue(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()
|
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 ACTIVITY_FAILED
public static final HistoryEventType ACTIVITY_SCHEDULE_FAILED
public static final HistoryEventType ACTIVITY_SCHEDULED
public static final HistoryEventType ACTIVITY_STARTED
public static final HistoryEventType ACTIVITY_SUCCEEDED
public static final HistoryEventType ACTIVITY_TIMED_OUT
public static final HistoryEventType CHOICE_STATE_ENTERED
public static final HistoryEventType CHOICE_STATE_EXITED
public static final HistoryEventType TASK_FAILED
public static final HistoryEventType TASK_SCHEDULED
public static final HistoryEventType TASK_START_FAILED
public static final HistoryEventType TASK_STARTED
public static final HistoryEventType TASK_SUBMIT_FAILED
public static final HistoryEventType TASK_SUBMITTED
public static final HistoryEventType TASK_SUCCEEDED
public static final HistoryEventType TASK_TIMED_OUT
public static final HistoryEventType EXECUTION_FAILED
public static final HistoryEventType EXECUTION_STARTED
public static final HistoryEventType EXECUTION_SUCCEEDED
public static final HistoryEventType EXECUTION_ABORTED
public static final HistoryEventType EXECUTION_TIMED_OUT
public static final HistoryEventType FAIL_STATE_ENTERED
public static final HistoryEventType LAMBDA_FUNCTION_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_SCHEDULE_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_SCHEDULED
public static final HistoryEventType LAMBDA_FUNCTION_START_FAILED
public static final HistoryEventType LAMBDA_FUNCTION_STARTED
public static final HistoryEventType LAMBDA_FUNCTION_SUCCEEDED
public static final HistoryEventType LAMBDA_FUNCTION_TIMED_OUT
public static final HistoryEventType SUCCEED_STATE_ENTERED
public static final HistoryEventType SUCCEED_STATE_EXITED
public static final HistoryEventType TASK_STATE_ABORTED
public static final HistoryEventType TASK_STATE_ENTERED
public static final HistoryEventType TASK_STATE_EXITED
public static final HistoryEventType PASS_STATE_ENTERED
public static final HistoryEventType PASS_STATE_EXITED
public static final HistoryEventType PARALLEL_STATE_ABORTED
public static final HistoryEventType PARALLEL_STATE_ENTERED
public static final HistoryEventType PARALLEL_STATE_EXITED
public static final HistoryEventType PARALLEL_STATE_FAILED
public static final HistoryEventType PARALLEL_STATE_STARTED
public static final HistoryEventType PARALLEL_STATE_SUCCEEDED
public static final HistoryEventType WAIT_STATE_ABORTED
public static final HistoryEventType WAIT_STATE_ENTERED
public static final HistoryEventType WAIT_STATE_EXITED
public static final HistoryEventType UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<HistoryEventType> knownValues()
values() to return a Set of all values known to the SDK. This will return
all known enum values except UNKNOWN_TO_SDK_VERSION.Set of known HistoryEventTypesCopyright © 2019. All rights reserved.