Uses of Class
org.jclouds.s3.domain.AccessControlList.Grant
Packages that use AccessControlList.Grant
-
Uses of AccessControlList.Grant in org.jclouds.s3.domain
Methods in org.jclouds.s3.domain that return types with arguments of type AccessControlList.GrantModifier and TypeMethodDescriptionprotected 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.AccessControlList.getGrants()
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.GrantModifier and TypeMethodDescriptionint
AccessControlList.Grant.compareTo
(AccessControlList.Grant o) Constructor parameters in org.jclouds.s3.domain with type arguments of type AccessControlList.GrantModifierConstructorDescriptionBucketLogging
(String targetBucket, String targetPrefix, Iterable<AccessControlList.Grant> targetGrants)