Package | Description |
---|---|
com.amazonaws.auth.policy.conditions |
Collection of AWS access control policy conditions.
|
Modifier and Type | Method and Description |
---|---|
static ArnCondition.ArnComparisonType |
ArnCondition.ArnComparisonType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArnCondition.ArnComparisonType[] |
ArnCondition.ArnComparisonType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ArnCondition(ArnCondition.ArnComparisonType type,
java.lang.String key,
java.lang.String value)
Constructs a new access control policy condition that compares ARNs
(Amazon Resource Names).
|