Uses of Interface
com.amazonaws.services.s3.model.Grantee
Packages that use Grantee
Package
Description
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 GranteeModifier and TypeClassDescriptionclassRepresents a grantee identified by their canonical Amazon ID.classRepresents an e-mail grantee.enumSpecifies 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 GranteeModifier and TypeMethodDescriptionGrant.getGrantee()Gets the grantee being granted a permission by this grant.Methods in com.amazonaws.services.s3.model with parameters of type GranteeModifier and TypeMethodDescriptionvoidAccessControlList.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 GranteeModifierConstructorDescriptionGrant(Grantee grantee, Permission permission) Constructs a newGrantobject using the specified grantee and permission objects.