Uses of Class
com.amazonaws.services.s3.model.Grant

Packages that use Grant
com.amazonaws.services.s3.model Classes modeling the various types represented by Amazon S3. 
 

Uses of Grant in com.amazonaws.services.s3.model
 

Methods in com.amazonaws.services.s3.model that return types with arguments of type Grant
 Set<Grant> AccessControlList.getGrants()
           
 

Methods in com.amazonaws.services.s3.model with parameters of type Grant
 void AccessControlList.grantAllPermissions(Grant... grants)
          Adds a set of grantee/permission pairs to the ACL, where each item in the set is a Grant object.
 



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