@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum StackAttribute extends Enum<StackAttribute>
| Enum Constant and Description |
|---|
FEEDBACK_URL |
REDIRECT_URL |
STORAGE_CONNECTOR_GOOGLE_DRIVE |
STORAGE_CONNECTOR_HOMEFOLDERS |
STORAGE_CONNECTOR_ONE_DRIVE |
STORAGE_CONNECTORS |
THEME_NAME |
USER_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
static StackAttribute |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static StackAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StackAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StackAttribute STORAGE_CONNECTORS
public static final StackAttribute STORAGE_CONNECTOR_HOMEFOLDERS
public static final StackAttribute STORAGE_CONNECTOR_GOOGLE_DRIVE
public static final StackAttribute STORAGE_CONNECTOR_ONE_DRIVE
public static final StackAttribute REDIRECT_URL
public static final StackAttribute FEEDBACK_URL
public static final StackAttribute THEME_NAME
public static final StackAttribute USER_SETTINGS
public static StackAttribute[] values()
for (StackAttribute c : StackAttribute.values()) System.out.println(c);
public static StackAttribute 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<StackAttribute>public static StackAttribute 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.