Uses of Enum
com.amazonaws.auth.policy.conditions.DateCondition.DateComparisonType
Packages that use DateCondition.DateComparisonType
Package
Description
Collection of AWS access control policy conditions.
-
Uses of DateCondition.DateComparisonType in com.amazonaws.auth.policy.conditions
Methods in com.amazonaws.auth.policy.conditions that return DateCondition.DateComparisonTypeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static DateCondition.DateComparisonType[]
DateCondition.DateComparisonType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.amazonaws.auth.policy.conditions with parameters of type DateCondition.DateComparisonTypeModifierConstructorDescriptionDateCondition
(DateCondition.DateComparisonType type, Date date) Constructs a new access policy condition that compares the current time (on the AWS servers) to the specified date.