public class BooleanCondition extends Condition
Constructor and Description |
---|
BooleanCondition(java.lang.String key,
boolean value)
Constructs a new access policy condition that performs a boolean
comparison.
|
getConditionKey, getType, getValues, setConditionKey, setType, setValues, withConditionKey, withType, withValues, withValues
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.Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.