Uses of Class
com.amazonaws.services.s3.model.Permission
-
Packages that use Permission Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of Permission in com.amazonaws.services.s3.model
Methods in com.amazonaws.services.s3.model that return Permission Modifier and Type Method Description Permission
Grant. getPermission()
Gets the permission being granted to the grantee by this grant.static Permission
Permission. parsePermission(String str)
Returns thePermission
enumeration value representing the specified Amazon S3 Region ID string.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.Methods in com.amazonaws.services.s3.model with parameters of type Permission Modifier and Type Method Description void
AccessControlList. grantPermission(Grantee grantee, Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.Constructors in com.amazonaws.services.s3.model with parameters of type Permission Constructor Description Grant(Grantee grantee, Permission permission)
Constructs a newGrant
object using the specified grantee and permission objects.
-