| Package | Description |
|---|---|
| com.amazonaws.auth.policy.conditions |
Collection of AWS access control policy conditions.
|
| Modifier and Type | Method and Description |
|---|---|
static DateCondition.DateComparisonType |
DateCondition.DateComparisonType.valueOf(String name)
Returns 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.
|
| 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.
|
Copyright © 2022. All rights reserved.