Enum LayerAttributesKeys
- java.lang.Object
-
- java.lang.Enum<LayerAttributesKeys>
-
- com.amazonaws.services.opsworks.model.LayerAttributesKeys
-
- All Implemented Interfaces:
Serializable
,Comparable<LayerAttributesKeys>
public enum LayerAttributesKeys extends Enum<LayerAttributesKeys>
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description 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.
-
-
-
Enum Constant Detail
-
EcsClusterArn
public static final LayerAttributesKeys EcsClusterArn
-
EnableHaproxyStats
public static final LayerAttributesKeys EnableHaproxyStats
-
HaproxyStatsUrl
public static final LayerAttributesKeys HaproxyStatsUrl
-
HaproxyStatsUser
public static final LayerAttributesKeys HaproxyStatsUser
-
HaproxyStatsPassword
public static final LayerAttributesKeys HaproxyStatsPassword
-
HaproxyHealthCheckUrl
public static final LayerAttributesKeys HaproxyHealthCheckUrl
-
HaproxyHealthCheckMethod
public static final LayerAttributesKeys HaproxyHealthCheckMethod
-
MysqlRootPassword
public static final LayerAttributesKeys MysqlRootPassword
-
MysqlRootPasswordUbiquitous
public static final LayerAttributesKeys MysqlRootPasswordUbiquitous
-
GangliaUrl
public static final LayerAttributesKeys GangliaUrl
-
GangliaUser
public static final LayerAttributesKeys GangliaUser
-
GangliaPassword
public static final LayerAttributesKeys GangliaPassword
-
MemcachedMemory
public static final LayerAttributesKeys MemcachedMemory
-
NodejsVersion
public static final LayerAttributesKeys NodejsVersion
-
RubyVersion
public static final LayerAttributesKeys RubyVersion
-
RubygemsVersion
public static final LayerAttributesKeys RubygemsVersion
-
ManageBundler
public static final LayerAttributesKeys ManageBundler
-
BundlerVersion
public static final LayerAttributesKeys BundlerVersion
-
RailsStack
public static final LayerAttributesKeys RailsStack
-
PassengerVersion
public static final LayerAttributesKeys PassengerVersion
-
Jvm
public static final LayerAttributesKeys Jvm
-
JvmVersion
public static final LayerAttributesKeys JvmVersion
-
JvmOptions
public static final LayerAttributesKeys JvmOptions
-
JavaAppServer
public static final LayerAttributesKeys JavaAppServer
-
JavaAppServerVersion
public static final LayerAttributesKeys JavaAppServerVersion
-
-
Method Detail
-
values
public static LayerAttributesKeys[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LayerAttributesKeys c : LayerAttributesKeys.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LayerAttributesKeys valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null
-
toString
public String toString()
- Overrides:
toString
in classEnum<LayerAttributesKeys>
-
fromValue
public static LayerAttributesKeys fromValue(String value)
Use this in place of valueOf.- Parameters:
value
- real value- Returns:
- LayerAttributesKeys corresponding to the value
-
-