Uses of Interface
com.amazonaws.services.s3.model.Grantee
-
Packages that use Grantee Package Description com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. -
-
Uses of Grantee in com.amazonaws.services.s3.model
Classes in com.amazonaws.services.s3.model that implement Grantee Modifier and Type Class Description classCanonicalGranteeRepresents a grantee identified by their canonical Amazon ID.classEmailAddressGranteeRepresents an e-mail grantee.classGroupGranteeSpecifies constants defining a group of Amazon S3 users who can be granted permissions to Amazon S3 buckets and objects.Methods in com.amazonaws.services.s3.model that return Grantee Modifier and Type Method Description GranteeGrant. getGrantee()Gets the grantee being granted a permission by this grant.Methods in com.amazonaws.services.s3.model with parameters of type Grantee Modifier and Type Method Description voidAccessControlList. grantPermission(Grantee grantee, Permission permission)Adds a grantee to the access control list (ACL) with the given permission.voidAccessControlList. revokeAllPermissions(Grantee grantee)Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).Constructors in com.amazonaws.services.s3.model with parameters of type Grantee Constructor Description Grant(Grantee grantee, Permission permission)Constructs a newGrantobject using the specified grantee and permission objects.
-