Package | Description |
---|---|
org.mule.module.s3.model |
Modifier and Type | Method and Description |
---|---|
Permission |
Grant.getPermission() |
static Permission |
Permission.parsePermission(String str) |
static Permission |
Permission.valueOf(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) |
Constructor and Description |
---|
Grant(Grantee grantee,
Permission permission) |
Copyright © 2010–2017. All rights reserved.