@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum StackAttribute extends Enum<StackAttribute>
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 final StackAttribute EMBED_HOST_DOMAINS
public static final StackAttribute IAM_ROLE_ARN
public static final StackAttribute ACCESS_ENDPOINTS
public static final StackAttribute STREAMING_EXPERIENCE_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.