@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum DataSetFilterAttribute extends Enum<DataSetFilterAttribute>
| Enum Constant and Description |
|---|
DATASET_NAME |
DIRECT_QUICKSIGHT_OWNER |
DIRECT_QUICKSIGHT_SOLE_OWNER |
DIRECT_QUICKSIGHT_VIEWER_OR_OWNER |
QUICKSIGHT_OWNER |
QUICKSIGHT_VIEWER_OR_OWNER |
| Modifier and Type | Method and Description |
|---|---|
static DataSetFilterAttribute |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static DataSetFilterAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSetFilterAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DataSetFilterAttribute QUICKSIGHT_VIEWER_OR_OWNER
public static final DataSetFilterAttribute QUICKSIGHT_OWNER
public static final DataSetFilterAttribute DIRECT_QUICKSIGHT_VIEWER_OR_OWNER
public static final DataSetFilterAttribute DIRECT_QUICKSIGHT_OWNER
public static final DataSetFilterAttribute DIRECT_QUICKSIGHT_SOLE_OWNER
public static final DataSetFilterAttribute DATASET_NAME
public static DataSetFilterAttribute[] values()
for (DataSetFilterAttribute c : DataSetFilterAttribute.values()) System.out.println(c);
public static DataSetFilterAttribute 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<DataSetFilterAttribute>public static DataSetFilterAttribute fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2024. All rights reserved.