@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum LayerAttributesKeys extends Enum<LayerAttributesKeys>
Modifier and Type | Method and 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.
|
public static final LayerAttributesKeys EcsClusterArn
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
public static final LayerAttributesKeys Jvm
public static final LayerAttributesKeys JvmVersion
public static final LayerAttributesKeys JvmOptions
public static final LayerAttributesKeys JavaAppServer
public static final LayerAttributesKeys JavaAppServerVersion
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 nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<LayerAttributesKeys>
public static LayerAttributesKeys fromValue(String value)
value
- real valueIllegalArgumentException
- If the specified value does not map to one of the known values in this enum.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.