|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.auth.policy.Condition
com.amazonaws.auth.policy.conditions.BooleanCondition
public class BooleanCondition
AWS access control policy condition that allows an access control statement to be conditionally applied based on a comparison of boolean values.
Constructor Summary | |
---|---|
BooleanCondition(java.lang.String key,
boolean value)
Constructs a new access policy condition that performs a boolean comparison. |
Method Summary |
---|
Methods inherited from class com.amazonaws.auth.policy.Condition |
---|
getConditionKey, getType, getValues, setConditionKey, setType, setValues, withConditionKey, withType, withValues, withValues |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BooleanCondition(java.lang.String key, boolean value)
key
- The access policy condition key specifying where to get the
first boolean value for the comparison (ex:
aws:SecureTransport).value
- The boolean to compare against.
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |