Uses of Interface
com.amazonaws.services.s3.model.Grantee
-
Packages that use Grantee Package Description 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 Modifier and Type Class Description class
CanonicalGrantee
Represents a grantee identified by their canonical Amazon ID.class
EmailAddressGrantee
Represents an e-mail grantee.class
GroupGrantee
Specifies constants defining 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 Modifier and Type Method Description Grantee
Grant. getGrantee()
Gets the grantee being granted a permission by this grant.Methods in com.amazonaws.services.s3.model with parameters of type Grantee Modifier and Type Method Description void
AccessControlList. grantPermission(Grantee grantee, Permission permission)
Adds a grantee to the access control list (ACL) with the given permission.void
AccessControlList. revokeAllPermissions(Grantee grantee)
Revokes the permissions of a grantee by removing the grantee from the access control list (ACL).Constructors in com.amazonaws.services.s3.model with parameters of type Grantee Constructor Description Grant(Grantee grantee, Permission permission)
Constructs a newGrant
object using the specified grantee and permission objects.
-