org.jclouds.s3.domain
Interface AccessControlList.Permission
- Enclosing class:
- AccessControlList
public static interface AccessControlList.Permission
READ
static final String READ
- See Also:
- Constant Field Values
WRITE
static final String WRITE
- See Also:
- Constant Field Values
READ_ACP
static final String READ_ACP
- See Also:
- Constant Field Values
WRITE_ACP
static final String WRITE_ACP
- See Also:
- Constant Field Values
FULL_CONTROL
static final String FULL_CONTROL
- See Also:
- Constant Field Values
Copyright © 2009-2011 jclouds. All Rights Reserved.