@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum ApplicationComponentCriteria extends Enum<ApplicationComponentCriteria>
| Enum Constant and Description |
|---|
ANALYSIS_STATUS |
APP_NAME |
APP_TYPE |
DESTINATION |
ERROR_CATEGORY |
NOT_DEFINED |
SERVER_ID |
STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
static ApplicationComponentCriteria |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static ApplicationComponentCriteria |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApplicationComponentCriteria[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApplicationComponentCriteria NOT_DEFINED
public static final ApplicationComponentCriteria APP_NAME
public static final ApplicationComponentCriteria SERVER_ID
public static final ApplicationComponentCriteria APP_TYPE
public static final ApplicationComponentCriteria STRATEGY
public static final ApplicationComponentCriteria DESTINATION
public static final ApplicationComponentCriteria ANALYSIS_STATUS
public static final ApplicationComponentCriteria ERROR_CATEGORY
public static ApplicationComponentCriteria[] values()
for (ApplicationComponentCriteria c : ApplicationComponentCriteria.values()) System.out.println(c);
public static ApplicationComponentCriteria 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<ApplicationComponentCriteria>public static ApplicationComponentCriteria fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.