Interface PutPolicyOptions.Policy
-
- Enclosing class:
- PutPolicyOptions
public static interface PutPolicyOptions.Policy
The type of policy that is associated with the specified key.
-
-
Field Summary
Fields Modifier and Type Field Description static String
DUALAUTHDELETE
dualAuthDelete.static String
ROTATION
rotation.
-
-
-
Field Detail
-
DUALAUTHDELETE
static final String DUALAUTHDELETE
dualAuthDelete.- See Also:
- Constant Field Values
-
ROTATION
static final String ROTATION
rotation.- See Also:
- Constant Field Values
-
-