Package | Description |
---|---|
com.amazonaws.services.s3.model |
Classes modeling the various types represented by Amazon S3.
|
com.amazonaws.services.s3.model.transform |
Modifier and Type | Field and Description |
---|---|
private Permission |
Grant.permission |
Modifier and Type | Method and Description |
---|---|
Permission |
Grant.getPermission()
Gets the permission being granted to the grantee by this grant.
|
static Permission |
Permission.parsePermission(java.lang.String str)
Returns the
Permission enumeration value representing the specified Amazon
S3 Region ID string. |
static Permission |
Permission.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Permission[] |
Permission.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessControlList.grantPermission(Grantee grantee,
Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.
|
Constructor and Description |
---|
Grant(Grantee grantee,
Permission permission)
Constructs a new
Grant object using the specified grantee and permission
objects. |
Modifier and Type | Field and Description |
---|---|
private Permission |
XmlResponsesSaxParser.AccessControlListHandler.currentPermission |