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
Subclasses with type arguments of type Permission in com.amazonaws.services.s3.modelModifier and TypeClassDescriptionenumSpecifies constants defining an access permission, as granted to grantees in anAccessControlList.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 PermissionPermission.parsePermission(String str) Returns thePermissionenumeration value representing the specified Amazon S3 Region ID string.static PermissionReturns 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 TypeMethodDescriptionvoidAccessControlList.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 newGrantobject using the specified grantee and permission objects.