Uses of Interface
com.amazonaws.services.s3.model.Grantee

Packages that use Grantee
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
 class CanonicalGrantee
          Represents a grantee identified by their canonical Amazon ID, which is something along the lines of an Amazon-internal ID specific to a user.
 class EmailAddressGrantee
          Represents an E-mail Grantee, that is a grantee identified by their e-mail address and authenticated by an Amazon system.
 class GroupGrantee
          Represents 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
 Grantee Grant.getGrantee()
          Returns the grantee being granted a permission by this grant.
 

Methods in com.amazonaws.services.s3.model with parameters of type Grantee
 void AccessControlList.grantPermission(Grantee grantee, Permission permission)
          Adds a grantee to the ACL with the given permission.
 void AccessControlList.revokeAllPermissions(Grantee grantee)
          Revokes the permissions of a grantee by removing the grantee from the ACL.
 

Constructors in com.amazonaws.services.s3.model with parameters of type Grantee
Grant(Grantee grantee, Permission permission)
          Constructs a new Grant object using the specified grantee and permission objects.
 



Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.