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 PermissionGrant. getPermission()Gets the permission being granted to the grantee by this grant.static PermissionPermission. parsePermission(String str)Returns thePermissionenumeration value representing the specified Amazon S3 Region ID string.static PermissionPermission. 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 voidAccessControlList. 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 newGrantobject using the specified grantee and permission objects.
-