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

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

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

Methods in com.amazonaws.services.s3.model that return Permission
 Permission Grant.getPermission()
          Returns the permission being granted to the grantee by this grant.
static Permission Permission.parsePermission(String str)
           
static Permission Permission.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Permission[] Permission.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Constructors in com.amazonaws.services.s3.model with parameters of type Permission
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.