@Generated(value="software.amazon.awssdk:codegen") public enum AppAttributesKeys extends Enum<AppAttributesKeys>
| Enum Constant and Description |
|---|
AUTO_BUNDLE_ONDEPLOY |
AWS_FLOW_RUBY_SETTINGS |
DOCUMENT_ROOT |
RAILS_ENV |
UNKNOWN_TO_SDK_VERSION |
| Modifier and Type | Method and Description |
|---|---|
static AppAttributesKeys |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<AppAttributesKeys> |
knownValues()
|
String |
toString() |
static AppAttributesKeys |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AppAttributesKeys[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AppAttributesKeys DOCUMENT_ROOT
public static final AppAttributesKeys RAILS_ENV
public static final AppAttributesKeys AUTO_BUNDLE_ONDEPLOY
public static final AppAttributesKeys AWS_FLOW_RUBY_SETTINGS
public static final AppAttributesKeys UNKNOWN_TO_SDK_VERSION
public static AppAttributesKeys[] values()
for (AppAttributesKeys c : AppAttributesKeys.values()) System.out.println(c);
public static AppAttributesKeys 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<AppAttributesKeys>public static AppAttributesKeys fromValue(String value)
value - real valuepublic static Set<AppAttributesKeys> 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 AppAttributesKeyssCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.