Uses of Enum
com.amazonaws.services.s3.model.Permission
Packages that use Permission
Package
Description
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 PermissionModifier and TypeMethodDescriptionGrant.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
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 PermissionModifier and TypeMethodDescriptionvoid
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 PermissionModifierConstructorDescriptionGrant
(Grantee grantee, Permission permission) Constructs a newGrant
object using the specified grantee and permission objects.