Uses of Class
org.jclouds.s3.domain.AccessControlList.Grant

Packages that use AccessControlList.Grant
org.jclouds.s3.domain This package contains the core components of S3. 
 

Uses of AccessControlList.Grant in org.jclouds.s3.domain
 

Methods in org.jclouds.s3.domain that return types with arguments of type AccessControlList.Grant
protected  Collection<AccessControlList.Grant> AccessControlList.findGrantsForGrantee(String granteeId)
          Find all the grants for a given grantee, identified by an ID which allows all Grantee types to be searched.
 List<AccessControlList.Grant> AccessControlList.getGrants()
           
 Set<AccessControlList.Grant> BucketLogging.getTargetGrants()
          The bucket owner is automatically granted FULL_CONTROL to all logs delivered to the bucket.
 

Methods in org.jclouds.s3.domain with parameters of type AccessControlList.Grant
 int AccessControlList.Grant.compareTo(AccessControlList.Grant o)
           
 

Constructor parameters in org.jclouds.s3.domain with type arguments of type AccessControlList.Grant
BucketLogging(String targetBucket, String targetPrefix, Iterable<AccessControlList.Grant> targetGrants)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.