|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<ArnCondition.ArnComparisonType>
com.amazonaws.auth.policy.conditions.ArnCondition.ArnComparisonType
public static enum ArnCondition.ArnComparisonType
Enumeration of the supported ways an ARN comparison can be evaluated.
Enum Constant Summary | |
---|---|
ArnEquals
Exact matching |
|
ArnLike
Loose case-insensitive matching of the ARN. |
|
ArnNotEquals
Negated form of ArnConditionType#ArnEquals |
|
ArnNotLike
Negated form of ArnConditionType#ArnLike |
Method Summary | |
---|---|
static ArnCondition.ArnComparisonType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ArnCondition.ArnComparisonType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ArnCondition.ArnComparisonType ArnEquals
public static final ArnCondition.ArnComparisonType ArnLike
public static final ArnCondition.ArnComparisonType ArnNotEquals
ArnConditionType#ArnEquals
public static final ArnCondition.ArnComparisonType ArnNotLike
ArnConditionType#ArnLike
Method Detail |
---|
public static ArnCondition.ArnComparisonType[] values()
for (ArnCondition.ArnComparisonType c : ArnCondition.ArnComparisonType.values()) System.out.println(c);
public static ArnCondition.ArnComparisonType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |