@Generated(value="software.amazon.awssdk:codegen") public enum JobEventType extends Enum<JobEventType>
| Enum Constant and Description |
|---|
CANCELLED |
COMPLETED |
DEPRIORITIZED_DUE_TO_INACTIVITY |
DOWNLOADING_DATA |
FAILED |
MAX_RUNTIME_EXCEEDED |
QUEUED_FOR_EXECUTION |
RUNNING |
STARTING_INSTANCE |
UNKNOWN_TO_SDK_VERSION |
UPLOADING_RESULTS |
WAITING_FOR_PRIORITY |
| Modifier and Type | Method and Description |
|---|---|
static JobEventType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<JobEventType> |
knownValues()
|
String |
toString() |
static JobEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JobEventType WAITING_FOR_PRIORITY
public static final JobEventType QUEUED_FOR_EXECUTION
public static final JobEventType STARTING_INSTANCE
public static final JobEventType DOWNLOADING_DATA
public static final JobEventType RUNNING
public static final JobEventType DEPRIORITIZED_DUE_TO_INACTIVITY
public static final JobEventType UPLOADING_RESULTS
public static final JobEventType COMPLETED
public static final JobEventType FAILED
public static final JobEventType MAX_RUNTIME_EXCEEDED
public static final JobEventType CANCELLED
public static final JobEventType UNKNOWN_TO_SDK_VERSION
public static JobEventType[] values()
for (JobEventType c : JobEventType.values()) System.out.println(c);
public static JobEventType 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<JobEventType>public static JobEventType fromValue(String value)
value - real valuepublic static Set<JobEventType> 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 JobEventTypesCopyright © 2022. All rights reserved.