Uses of Interface
com.amazonaws.services.s3.model.Grantee
Packages that use Grantee
Package
Description
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 GranteeModifier and TypeClassDescriptionclass
Represents a grantee identified by their canonical Amazon ID.class
Represents an e-mail grantee.enum
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 GranteeModifier and TypeMethodDescriptionGrant.getGrantee()
Gets the grantee being granted a permission by this grant.Methods in com.amazonaws.services.s3.model with parameters of type GranteeModifier and TypeMethodDescriptionvoid
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 GranteeModifierConstructorDescriptionGrant
(Grantee grantee, Permission permission) Constructs a newGrant
object using the specified grantee and permission objects.