public class DateCondition extends Condition
Modifier and Type | Class and Description |
---|---|
static class |
DateCondition.DateComparisonType
Enumeration of the supported ways a date comparison can be evaluated.
|
conditionKey, type, values
Constructor and Description |
---|
DateCondition(DateCondition.DateComparisonType type,
Date date)
Constructs a new access policy condition that compares the current time
(on the AWS servers) to the specified date.
|
getConditionKey, getType, getValues, setConditionKey, setType, setValues, withConditionKey, withType, withValues, withValues
public DateCondition(DateCondition.DateComparisonType type, Date date)
type
- The type of comparison to perform. For example,
DateCondition.DateComparisonType.DateLessThan
will cause this policy
condition to evaluate to true if the current date is less than
the date specified in the second argument.date
- The date to compare against.Copyright © 2021. All rights reserved.