@Generated(value="software.amazon.awssdk:codegen") public enum WorkerType extends Enum<WorkerType>
| Enum Constant and Description |
|---|
G_025_X |
G_1_X |
G_2_X |
G_4_X |
G_8_X |
STANDARD |
UNKNOWN_TO_SDK_VERSION |
Z_2_X |
| Modifier and Type | Method and Description |
|---|---|
static WorkerType |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<WorkerType> |
knownValues()
|
String |
toString() |
static WorkerType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkerType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkerType STANDARD
public static final WorkerType G_1_X
public static final WorkerType G_2_X
public static final WorkerType G_025_X
public static final WorkerType G_4_X
public static final WorkerType G_8_X
public static final WorkerType Z_2_X
public static final WorkerType UNKNOWN_TO_SDK_VERSION
public static WorkerType[] values()
for (WorkerType c : WorkerType.values()) System.out.println(c);
public static WorkerType 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<WorkerType>public static WorkerType fromValue(String value)
value - real valuepublic static Set<WorkerType> 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 WorkerTypesCopyright © 2023. All rights reserved.