|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<LayerAttributesKeys>
com.amazonaws.services.opsworks.model.LayerAttributesKeys
public enum LayerAttributesKeys
Layer Attributes Keys
Method Summary | |
---|---|
static LayerAttributesKeys |
fromValue(String value)
Use this in place of valueOf. |
String |
toString()
|
static LayerAttributesKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LayerAttributesKeys[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final LayerAttributesKeys EnableHaproxyStats
public static final LayerAttributesKeys HaproxyStatsUrl
public static final LayerAttributesKeys HaproxyStatsUser
public static final LayerAttributesKeys HaproxyStatsPassword
public static final LayerAttributesKeys HaproxyHealthCheckUrl
public static final LayerAttributesKeys HaproxyHealthCheckMethod
public static final LayerAttributesKeys MysqlRootPassword
public static final LayerAttributesKeys MysqlRootPasswordUbiquitous
public static final LayerAttributesKeys GangliaUrl
public static final LayerAttributesKeys GangliaUser
public static final LayerAttributesKeys GangliaPassword
public static final LayerAttributesKeys MemcachedMemory
public static final LayerAttributesKeys NodejsVersion
public static final LayerAttributesKeys RubyVersion
public static final LayerAttributesKeys RubygemsVersion
public static final LayerAttributesKeys ManageBundler
public static final LayerAttributesKeys BundlerVersion
public static final LayerAttributesKeys RailsStack
public static final LayerAttributesKeys PassengerVersion
Method Detail |
---|
public static LayerAttributesKeys[] values()
for (LayerAttributesKeys c : LayerAttributesKeys.values()) System.out.println(c);
public static LayerAttributesKeys valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LayerAttributesKeys>
public static LayerAttributesKeys fromValue(String value)
value
- real value
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |