@Generated(value="software.amazon.awssdk:codegen") 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 |
UNKNOWN_TO_SDK_VERSION |
USER_SETTINGS |
| Modifier and Type | Method and Description |
|---|---|
static StackAttribute |
fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
static Set<StackAttribute> |
knownValues()
|
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 final StackAttribute UNKNOWN_TO_SDK_VERSION
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 valuepublic static Set<StackAttribute> 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 StackAttributesCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.